This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
watcher-ts
Watch
16
Star
1
Fork
0
You've already forked watcher-ts
mirror of
https://github.com/cerc-io/watcher-ts
synced
2025-01-23 19:49:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13ec526ebd
watcher-ts
/
packages
/
solidity-mapper
/
src
/
index.ts
2 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Get slot for ERC20 variable from storage layout (#13) * Get slot for ERC20 variable from storage layout. * Fix solidity-mapper build for importing library functions. * Implement lint command in solidity-mapper package. Co-authored-by: nikugogoi <95nikass@gmail.com>
2021-05-31 09:20:05 +00:00
export
{
getStorageValue
,
getStorageInfo
,
StorageLayout
,
GetStorageAt
}
from
'./storage'
;
Reference in New Issue
Copy Permalink