MigrateTokenWithVesting
Verified contract
Active on
Ethereum with 2,995 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FET | ERC-20 | 13.450493M | $1.32 |
$17,754,651.32 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215652 | 3 minutes ago | | | 0 | 0.0042650137 | |
| 21215634 | 6 minutes ago | | | 0 | 0.0043418163 | |
| 21215590 | 15 minutes ago | | | 0 | 0.0068766984 | |
| 21215581 | 17 minutes ago | | | 0 | 0.0044858576 | |
| 21214876 | 3 hours ago | | | 0 | 0.0027670157 | |
| 21214706 | 3 hours ago | | | 0 | 0.0028041812 | |
| 21214280 | 5 hours ago | | | 0 | 0.00088645933 | |
| 21214274 | 5 hours ago | | | 0 | 0.0013800825 | |
| 21214227 | 5 hours ago | | | 0 | 0.0027248998 | |
| 21214180 | 5 hours ago | | | 0 | 0.0013670406 |
ABI
ABI objects
Getter at block 21215663
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
commissionPoolTotal() view returns (uint256)
0
commissionPoolWithdrawn() view returns (uint256)
0
commissionRateMul1000() view returns (uint256)
0
migrationContract() view returns (address)
0xbf1a11ffd8f0c60366d48f3c5a256da34eeccd0c
paused() view returns (bool)
false
vestingDisabled() view returns (bool)
false
vestingPeriodInBlocks() view returns (uint256)
648000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getTotalReleased(address account) view returns (uint256)
getTotalUnlocked(address account) view returns (uint256)
getTotalVested(address account) view returns (uint256)
getVestingAmount(address account, uint256 index) view returns (uint256)
getVestingCount(address account) view returns (uint256)
getVestingEndHeight(address account, uint256 index) view returns (uint256)
getVestingStartHeight(address account, uint256 index) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adminDisableVesting()
adminWithdrawCommission()
adminWithdrawTokens(uint256 _amount)
grantRole(bytes32 role, address account)
migrateTokens(uint256 _amount)
pause()
releaseTokens()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
AdminWithdrawCommission(address indexed user, uint256 amount)
AdminWithdrawTokens(address indexed user, uint256 amount)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensReleased(address indexed user, uint256 amount)
Unpaused(address account)
VestedMigration(address indexed user, uint256 old_amount, uint256 commission, uint256 new_amount)
VestingDisabled(address by)
constructor(address _migrationContract, uint256 _vestingPeriodInBlocks, uint256 _commissionRateMul1000)
This contract contains no fallback and receive objects.
CorruptedUserRecord()
InvalidCommissionRate()
MissingAllowance(address token, uint256 allowance, uint256 amountNeeded)
NoCommissionAvailable()
NoConvertableTokens()
NotEnoughBalance(address token, uint256 balance, uint256 amountNeeded, address holder)
UnableToCollectCommission()
UnableToMigrateTokens()
VestingLimitReached()