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 |
---|---|---|---|---|---|
BZZ | ERC-20 | 20.986157K | $0.502263 |
$10,540.57 | |
USDT | ERC-20 | 64.06835 | $0.99899 |
$64 | |
DAI | ERC-20 | 12 | $0.99766 |
$11.97 | |
KISHU | ERC-20 | 329.879324B | -- | -- | |
ZKS | ERC-20 | 88 | -- | -- | |
ERC20-EPK | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243372 | 44 minutes ago | | | 0 | 0.00054516648 | |
| 21243353 | an hour ago | | | 0 | 0.00054015780 | |
| 21242829 | 3 hours ago | | | 0 | 0.00036137737 | |
| 21242829 | 3 hours ago | | | 0 | 0.00036162394 | |
| 21242821 | 3 hours ago | | | 0 | 0.00037076903 | |
| 21242795 | 3 hours ago | | | 0 | 0.00051489751 | |
| 21242782 | 3 hours ago | | | 0 | 0.00044658545 | |
| 21242543 | 4 hours ago | | | 0 | 0.00058829704 | |
| 21242178 | 5 hours ago | | | 0 | 0.00041915520 | |
| 21242144 | 5 hours ago | | | 0 | 0.00052851641 |
ABI
ABI objects
Getter at block 21243589
cap() view returns (uint256)
1250000000000000000000000
decimals() view returns (uint8)
16
name() view returns (string)
BZZ
symbol() view returns (string)
BZZ
totalSupply() view returns (uint256)
631494378365502211917282
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.