Bubble
Verified contract
Active on
Ethereum with 25,824 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($82.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUBBLE | ERC-20 | 27.152298K | $0.002905 |
$78.88 | |
FUN | ERC-20 | 1K | $0.003383 |
$3.38 | |
Groyper | ERC-20 | 1 | $0.041866 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158102 | 10 minutes ago | | | 0 | 0.00080130860 | |
| 21157716 | an hour ago | | | 0 | 0.00061458290 | |
| 21157658 | 2 hours ago | | | 0 | 0.00087818832 | |
| 21157618 | 2 hours ago | | | 0 | 0.00052875948 | |
| 21157355 | 3 hours ago | | | 0 | 0.00080088865 | |
| 21157051 | 4 hours ago | | | 0 | 0.00075743388 | |
| 21157035 | 4 hours ago | | | 0 | 0.00098717267 | |
| 21156944 | 4 hours ago | | | 0 | 0.00077968074 | |
| 21156894 | 4 hours ago | | | 0 | 0.00068487549 | |
| 21156870 | 4 hours ago | | | 0 | 0.00033222544 |
ABI
ABI objects
Getter at block 21158152
DOMAIN_SEPARATOR() view returns (bytes32)
0x46be2326665926ff639aa12944108a796d023956f43a7d00c590ce08d353c9a2
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Bubble, version=1, chainId=1, verifyingContract=0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Bubble
owner() view returns (address)
0x166d81db4caef9aa2ae375a7fad26844b720104e
symbol() view returns (string)
BUBBLE
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedPermitSpenders(address) view returns (bool)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
permit(address _owner, address _spender, uint256 _value, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateAllowedPermitSpender(address _spender, bool _isPermitted)
AllowedPermitSpendersUpdated(address spender, bool isPermitted)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _treasury)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SpenderStatusUnchanged()
SpenderUnauthorized()
StringTooLong(string str)