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 |
---|---|---|---|---|---|
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 22.098901 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732123 | a minute ago | | | 0 | 1.2430388e-7 | |
| 22731584 | 19 minutes ago | | | 0 | 0.000000093797848236 | |
| 22731414 | 24 minutes ago | | | 0 | 0.000000095179163492 | |
| 22731285 | 29 minutes ago | | | 0 | 0.000000067895609679 | |
| 22731107 | 35 minutes ago | | | 0 | 0.000000089968961536 | |
| 22731024 | 37 minutes ago | | | 0 | 0.000000085885286400 | |
| 22730973 | 39 minutes ago | | | 0 | 1.2893738e-7 | |
| 22730896 | 42 minutes ago | | | 0 | 0.0000047114689 | |
| 22730860 | 43 minutes ago | | | 0 | 0.00034484000 | |
| 22730205 | an hour ago | | | 0 | 1.1583750e-7 |
ABI
ABI objects
Getter at block 22732144
decimals() view returns (uint8)
4
name() view returns (string)
BUZ
symbol() view returns (string)
BUZ
totalSupply() view returns (uint256)
150000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)