Base Balloons
Verified contract
Active on
Base with 570 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000678 |
$0 | |
OHNO | ERC-20 | 34 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22276385 | 16 days ago | | | 0 | 0.0000012136612 | |
| 19090622 | 3 months ago | | | 0 | 5.2012707e-7 | |
| 19090607 | 3 months ago | | | 0 | 5.2012707e-7 | |
| 19090591 | 3 months ago | | | 0 | 5.2012707e-7 | |
| 19090578 | 3 months ago | | | 0 | 5.2012707e-7 | |
| 19090565 | 3 months ago | | | 0 | 5.2033755e-7 | |
| 19090552 | 3 months ago | | | 0 | 5.2033755e-7 | |
| 19090538 | 3 months ago | | | 0 | 5.2012707e-7 | |
| 19090524 | 3 months ago | | | 0 | 5.2033755e-7 | |
| 19090509 | 3 months ago | | | 0 | 5.2012707e-7 |
ABI
ABI objects
Getter at block 22977308
decimals() view returns (uint8)
18
name() view returns (string)
Base Balloons
symbol() view returns (string)
NANG
totalSupply() view returns (uint256)
841100115000000000000000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.