XBE2XB3Migrator
Verified contract
Active on
Ethereum with 158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x56bb…489e
0x2ed2…caa0
Balances ($0.00)
No balances found for "XBE2XB3Migrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18200038 | a year ago | | | 0 | 0.0011073692 | |
| 17077754 | 2 years ago | | | 0 | 0.0046996140 | |
| 17060744 | 2 years ago | | | 0 | 0.0028345039 | |
| 16900144 | 2 years ago | | | 0 | 0.0034323063 | |
| 16703442 | 2 years ago | | | 0 | 0.012698352 | |
| 16658241 | 2 years ago | | | 0 | 0.0021564601 | |
| 16658221 | 2 years ago | | | 0 | 0.0023739138 | |
| 16538692 | 2 years ago | | | 0 | 0.017631030 | |
| 16496762 | 2 years ago | | | 0 | 0.012422488 | |
| 16460219 | 2 years ago | | | 0 | 0.012393732 |
ABI
ABI objects
Getter at block 21123301
feeBpsOnClaim() view returns (uint256)
2100
ico() view returns (address)
0xae27566433975e82cb72bb89038bf43006d39de3
merkleRoot() view returns (bytes32)
0x079ca423fbba67bd848a7f180ee3ee67df41ed181f26d37e109fb37b71373f03
newToken() view returns (address)
0x56bb5d139ecc91992587cedba55794d7feea489e
newVeToken() view returns (address)
0x2ed2b0880c931173d05080a0fd6e80cf021bcaa0
owner() view returns (address)
0xb81e9c082fdc281613e36228cabd91e8b096e86f
paused() view returns (bool)
false
Read-only
migrated(address) view returns (bool)
State-modifying
Events migrate(struct XBE2XB3MigratorMigrateInfo _info, bytes32[] _proof)
migrateForIco(uint256 _amount)
migrateForTreasury(address _treasury, uint256 _amount)
pause()
renounceOwnership()
setMerkleRoot(bytes32 _merkleRoot)
setNewToken(address _newToken)
setVeNewToken(address _newVeToken)
transferOwnership(address newOwner)
unpause()
Migrated(address user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _ico, address _newToken, address _newVeToken, uint256 _feeBpsOnClaim, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.