bZx Vesting Token
Verified contract
Active on
Ethereum with 4,221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35,186.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BZRX | ERC-20 | 10.899193M | $0.003228 |
$35,186.41 | |
CLOUT | ERC-20 | 300.497029K | -- | -- | |
vBZRX | ERC-20 | 165.626528K | -- | -- | |
TOMATOS | ERC-20 | 7.9051 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21031845 | a month ago | | | 0 | 0.0010286669 | |
| 21031609 | a month ago | | | 0 | 0.00082893671 | |
| 21030940 | a month ago | | | 0 | 0.0018091953 | |
| 21028261 | a month ago | | | 0 | 0.00052348606 | |
| 21027283 | a month ago | | | 0 | 0.0027439082 | |
| 21027148 | a month ago | | | 0 | 0.0015702541 | |
| 20958541 | a month ago | | | 0 | 0.0034706084 | |
| 20743437 | 2 months ago | | | 0 | 0.00062282327 | |
| 20687143 | 3 months ago | | | 0 | 0.00011620209 | |
| 20687117 | 3 months ago | | | 0 | 0.00056079178 |
ABI
ABI objects
Getter at block 21256465
BZRX() view returns (address)
0x56d811088235f11c8920698a204a5010a788f4b3
cliffDuration() view returns (uint256)
15768000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
bZx Vesting Token
owner() view returns (address)
0x967bb571f0fc9ee79c892abf9f99233aa1737e31
symbol() view returns (string)
vBZRX
totalClaimed() view returns (uint256)
878614612252583743816727267
totalSupply() view returns (uint256)
889389933000000000000000000
totalUnclaimed() view returns (uint256)
10775320747416256183272733
totalVested() view returns (uint256)
889389933000000000000000000
vestingCliffTimestamp() view returns (uint256)
1610416800
vestingDuration() view returns (uint256)
126144000
vestingEndTimestamp() view returns (uint256)
1720792800
vestingLastClaimTimestamp() view returns (uint256)
1752328800
vestingStartTimestamp() view returns (uint256)
1594648800
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
claimedBalanceOf(address _owner) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
vestedBalanceOf(address _owner) view returns (uint256)
vestingBalanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn()
claim()
initialize()
rescue(address _receiver, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed owner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.