BavaToken
Unverified contract
Proxy
Active on
Base with 17,470 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
AERO | ERC-20 | 10 | -- | -- | |
OHNO | ERC-20 | 4 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751042 | an hour ago | | | 0 | 6.4057943e-7 | |
| 22747827 | 3 hours ago | | | 0 | 6.4057943e-7 | |
| 22747190 | 3 hours ago | | | 0 | 6.4073622e-7 | |
| 22746109 | 4 hours ago | | | 0 | 3.6279980e-7 | |
| 22744013 | 5 hours ago | | | 0 | 0.000000608760043966 | |
| 22742673 | 5 hours ago | | | 0 | 2.1138955e-7 | |
| 22742656 | 5 hours ago | | | 0 | 3.5551348e-7 | |
| 22739952 | 7 hours ago | | | 0 | 0.0000034895068 | |
| 22739754 | 7 hours ago | | | 0 | 1.5910772e-7 | |
| 22739583 | 7 hours ago | | | 0 | 1.5049231e-7 |
ABI
ABI objects
Getter at block 22752502
DOMAIN_SEPARATOR() view returns (bytes32)
0x647a0a63020ca0e972f77f6192b4885d463101e479242b9fad232d2ce8c9b104
decimals() view returns (uint8)
18
interchainTokenId() view returns (bytes32)
0x3142a7a57b61fb7f81629fe9c8953504cdbebec9d3ab83d9c893e41bd5c15a67
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
BavaToken
nameHash() view returns (bytes32)
0xe0a9b88bcc6e714b4cf1407b97ec22f11520310f1f6ef271b2760afd7678eae8
symbol() view returns (string)
BAVA
totalSupply() view returns (uint256)
314184039922750047159372623
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
hasRole(address account, uint8 role) view returns (bool)
isMinter(address addr) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events acceptMintership(address fromMinter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(bytes32 tokenId_, address minter, string tokenName, string tokenSymbol, uint8 tokenDecimals)
interchainTransfer(string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
interchainTransferFrom(address sender, string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proposeMintership(address minter_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address minter_)
Approval(address indexed owner, address indexed spender, uint256 value)
RolesAdded(address indexed account, uint256 accountRoles)
RolesProposed(address indexed fromAccount, address indexed toAccount, uint256 accountRoles)
RolesRemoved(address indexed account, uint256 accountRoles)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
InterchainTokenServiceAddressZero()
InvalidAccount()
InvalidProposedRoles(address fromAccount, address toAccount, uint256 accountRoles)
InvalidS()
InvalidSignature()
InvalidV()
MissingAllRoles(address account, uint256 accountRoles)
MissingAnyOfRoles(address account, uint256 accountRoles)
MissingRole(address account, uint8 role)
PermitExpired()
TokenIdZero()
TokenNameEmpty()
TokenSymbolEmpty()