Wormhole
Verified contract
Active on
Ethereum with 2,485 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Wormhole"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18916735 | a year ago | | | 0 | 0.00072123938 | |
| 18874028 | a year ago | | | 0 | 0.0010664305 | |
| 18863409 | a year ago | | | 0 | 0.0020314776 | |
| 18863183 | a year ago | | | 0 | 0.0012998784 | |
| 18862582 | a year ago | | | 0 | 0.0014563659 | |
| 18862527 | a year ago | | | 0 | 0.0017377939 | |
| 18848856 | a year ago | | | 0 | 0.0022654248 | |
| 18828898 | a year ago | | | 0 | 0.0044536194 | |
| 18792028 | a year ago | | | 0 | 0.0058867268 | |
| 18776356 | a year ago | | | 0 | 0.0025375978 |
ABI
ABI objects
Getter at block 21300120
CLAIM_TYPEHASH() view returns (bytes32)
0xbc2f7fa511092399e96a72647cf1ee2efab4c4411a83164814d870042757fe21
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
allowMintBurn() view returns (bool)
false
chainId() view returns (uint256)
1
controller() view returns (address)
0x0edcdd8c104691aaf7ed876311b52435e8382d3e
isMigrated() view returns (bool)
true
migrationDestination() view returns (address)
0xbf151b7be7208afb5f13040a2308bb84b55f5044
migrationTimestamp() view returns (uint256)
1703903279
name() view returns (string)
Wormhole
nonce() view returns (uint256)
1288
tokenAddress() view returns (address)
0xa487bf43cf3b10dffc97a9a744cbb7036965d3b9
Read-only
usedHash(bytes32) view returns (bool)
State-modifying
Events approveMigration()
claim(uint256 amount, uint256 fromChainId, address fromWormhole, uint256 fromNonce, uint8 v, bytes32 r, bytes32 s)
executeMigration(address source)
freeze(uint256 amount, uint256 toChainId, address toWormhole)
prepareMigration(address destination, uint256 graceDays)
setController(address newController)
ApproveMigration(uint256 migrationTimestamp, address source, address destination)
Claim(address indexed account, uint256 amount, uint256 fromChainId, address fromWormhole, uint256 toChainId, address toWormhole, uint256 nonce, uint256 timestamp)
ExecuteMigration(uint256 migrationTimestamp, address source, address destination)
Freeze(address indexed account, uint256 amount, uint256 fromChainId, address fromWormhole, uint256 toChainId, address toWormhole, uint256 nonce, uint256 timestamp)
PrepareMigration(uint256 migrationTimestamp, address source, address destination)
constructor(address tokenAddress_, bool allowMintBurn_)
This contract contains no fallback and receive objects.
This contract contains no error objects.