Base Carbon Tonne
Unverified contract
Proxy
Active on
Base with 2,188 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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 334.333333 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22887623 | 7 hours ago | | | 0 | 4.3700466e-7 | |
| 22885078 | 8 hours ago | | | 0 | 4.3542720e-7 | |
| 22856644 | a day ago | | | 0 | 4.2142580e-7 | |
| 22847789 | a day ago | | | 0 | 4.3689770e-7 | |
| 22840245 | a day ago | | | 0 | 4.4179920e-7 | |
| 22839983 | a day ago | | | 0 | 4.4190736e-7 | |
| 22835046 | 2 days ago | | | 0 | 5.7045790e-7 | |
| 22834588 | 2 days ago | | | 0 | 4.4670070e-7 | |
| 22830020 | 2 days ago | | | 0 | 4.3679074e-7 | |
| 22816804 | 2 days ago | | | 0 | 3.2423543e-7 |
ABI
ABI objects
Getter at block 22900327
DOMAIN_SEPARATOR() view returns (bytes32)
0x03a0d7b7883f13306c7d3536486a94967c923b86b617f46fd9b244ba2e3086f4
decimals() view returns (uint8)
18
interchainTokenId() view returns (bytes32)
0x93f3a4415ef12c704550981df35f2ea0139435b2f0c53ec5c226d76258b74739
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
Base Carbon Tonne
nameHash() view returns (bytes32)
0x23d05e94ef9bb5b880b328a39378e6d8cc075e6b75aa49616d382d82e7bf3b3a
symbol() view returns (string)
BCT
totalSupply() view returns (uint256)
1612366732044309132705411
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()