TokenVesting
Verified contract
Active on
Ethereum with 153 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($644.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IHT | ERC-20 | 7.430025M | $0.000087 |
$644.03 | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 7246099 | 6 years ago | | | 0 | 0.00010523000 | |
| 7232677 | 6 years ago | | | 0 | 0.0021000000 | |
| 7228181 | 6 years ago | | | 0 | 0.00025000000 | |
| 6523391 | 6 years ago | | | 0 | 0.000090816000 | |
| 6331395 | 6 years ago | | | 0 | 0.00049345500 | |
| 6189174 | 6 years ago | | | 0 | 0.0029607300 | |
| 6021799 | 6 years ago | | | 0 | 0.0024672750 | |
0x | 5974349 | 6 years ago | | | 0 | 0.00025255200 | |
| 5970138 | 6 years ago | | | 0 | 0.0017256600 | |
| 5707720 | 7 years ago | | | 0 | 0.0050000000 |
ABI
ABI objects
Getter at block 21310870
TokenAddress() view returns (address)
0xeda8b016efa8b1161208cf041cd86972eee0f31e
newOwner() view returns (address)
0xa63a6bdc03563727465aa2c1dab3ebae73d74bcc
owner() view returns (address)
0xa63a6bdc03563727465aa2c1dab3ebae73d74bcc
totalUnreleasedTokens() view returns (uint256)
7430025000000000273000000
Read-only
allocateAgents(address) view returns (bool)
isVestingSet(address adr) view returns (bool isSet)
vestingMap(address) view returns (uint256 startAt, uint256 principleLockAmount, uint256 principleLockPeriod, uint256 bonusLockAmount, uint256 bonusLockPeriod, uint256 amountReleased, bool isPrincipleReleased, bool isBonusReleased)
State-modifying
Events acceptOwnership()
releaseMyVestedTokens()
releaseVestedTokens(address _adr)
setAllocateAgent(address addr, bool state)
setVesting(address _adr, uint256 _principleLockAmount, uint256 _principleLockPeriod, uint256 _bonusLockAmount, uint256 _bonuslockPeriod)
transferOwnership(address _newOwner)
AllocateAgentChanged(address addr, bool state)
OwnershipTransferred(address indexed _from, address indexed _to)
VestedTokensReleased(address _adr, uint256 _amount)
constructor(address _TokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.