Klima DAO
Unverified contract
Proxy
Active on
Base with 31,564 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 ($4,338.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.377009 | $3,150.72 |
$4,338.57 | |
USA | ERC-20 | 1 | $0.000865 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 2.366618K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22698822 | 18 minutes ago | | | 0 | 0.0000010873338 | |
| 22698101 | 42 minutes ago | | | 0 | 0.0000011129722 | |
| 22698036 | an hour ago | | | 0 | 0.0000012783203 | |
| 22698015 | an hour ago | | | 0 | 0.0000011112169 | |
| 22697681 | an hour ago | | | 0 | 7.1697592e-7 | |
| 22697334 | an hour ago | | | 0 | 0.0000010870674 | |
| 22697084 | an hour ago | | | 0 | 0.0000010775380 | |
| 22696873 | an hour ago | | | 0 | 0.0000011005544 | |
| 22696825 | an hour ago | | | 0 | 0.0000011019797 | |
| 22696735 | an hour ago | | | 0 | 9.4274438e-7 |
ABI
ABI objects
Getter at block 22699368
DOMAIN_SEPARATOR() view returns (bytes32)
0xe8119c10652a5d26e7aabef39f5e011008ae102f14864189a6706655e690a5a8
decimals() view returns (uint8)
9
interchainTokenId() view returns (bytes32)
0xdc30a9bd9048b5a833e3f90ea281f70ae77e82018fa5b96831d3a1f563e38aaf
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
Klima DAO
nameHash() view returns (bytes32)
0xeb50bac8fac76bac11c0c74ca3a705d5777e3e2600c15cef96c7ab60d1972d9c
symbol() view returns (string)
KLIMA
totalSupply() view returns (uint256)
9657509012109224
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()