BandToken
Verified contract
Active on
Ethereum with 307,558 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 |
---|---|---|---|---|---|
BAND | ERC-20 | 4.311176K | $1.26 |
$5,432.08 | |
OCEAN | ERC-20 | 4.000489K | $0.633959 |
$2,536.15 | |
USDT | ERC-20 | 2.395079K | $1.001 |
$2,397.47 | |
DIA | ERC-20 | 966.123876 | $0.924923 |
$893.59 | |
ZRX | ERC-20 | 1.142794K | $0.359367 |
$410.68 | |
REN | ERC-20 | 6.556504K | $0.03961 |
$259.7 | |
BAT | ERC-20 | 28.318143 | $0.181486 |
$5.14 | |
CRV | ERC-20 | 6.693872 | $0.286484 |
$1.92 | |
XOR | ERC-20 | 0.388132 | $0.000014 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157302 | 9 minutes ago | | | 0 | 0.0023830723 | |
| 21157169 | 36 minutes ago | | | 0 | 0.0018585664 | |
| 21157142 | 41 minutes ago | | | 0 | 0.0018785932 | |
| 21156712 | 2 hours ago | | | 0 | 0.0015780201 | |
| 21156657 | 2 hours ago | | | 0 | 0.00056879918 | |
| 21156431 | 3 hours ago | | | 0 | 0.00056478039 | |
| 21156172 | 4 hours ago | | | 0 | 0.0013540631 | |
| 21156150 | 4 hours ago | | | 0 | 0.0012704204 | |
| 21155736 | 5 hours ago | | | 0 | 0.0012037106 | |
| 21155712 | 5 hours ago | | | 0 | 0.0010137495 |
ABI
ABI objects
Getter at block 21157346
decimals() view returns (uint8)
18
name() view returns (string)
BandToken
symbol() view returns (string)
BAND
totalSupply() view returns (uint256)
100000000000000000000000000
votingPowerChangeNonce() view returns (uint256)
497589
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
historicalVotingPowerAtIndex(address owner, uint256 index) view returns (uint256)
historicalVotingPowerAtNonce(address owner, uint256 nonce) view returns (uint256)
isMinter(address account) view returns (bool)
votingPowerChangeCount(address) view returns (uint256)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes4 sig, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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.