Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bubbles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042595 | 24 days ago | | | 0 | 0.00019741997 | |
| 19931694 | 6 months ago | | | 0 | 0.00042492336 | |
| 19929370 | 6 months ago | | | 0 | 0.00046755000 | |
| 19867621 | 6 months ago | | | 0 | 0.00025676644 | |
| 19839412 | 6 months ago | | | 0 | 0.00024888883 | |
| 19262880 | 9 months ago | | | 0 | 0.0028069676 | |
| 19260427 | 9 months ago | | | 0 | 0.00062047578 | |
| 19145345 | 9 months ago | | | 0 | 0.00038376354 | |
| 19114107 | 10 months ago | | | 0 | 0.00031841065 | |
| 18084772 | a year ago | | | 0 | 0.00038439481 |
ABI
ABI objects
Getter at block 21211739
decimals() view returns (uint8)
18
name() view returns (string)
Bubbles
owner() view returns (address)
0xed4cc1ddb37db128085db0b099c7e7bd67fa5806
symbol() view returns (string)
BUBBLE
totalSupply() view returns (uint256)
43774085145360999399999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount)
renounceOwnership()
setMinter(address addr, bool val)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.