GODDOG
Verified contract
Proxy
Active on
Ethereum with 27 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)
No balances found for "GODDOG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275841 | 17 hours ago | | | 0 | 0.00028350298 | |
| 21266568 | 2 days ago | | | 0 | 0.00064565659 | |
| 21264867 | 2 days ago | | | 0 | 0.00068078132 | |
| 21262339 | 3 days ago | | | 0 | 0.00043836053 | |
| 21235156 | 6 days ago | | | 0 | 0.00048856124 | |
| 21213841 | 9 days ago | | | 0 | 0.00050499160 | |
| 21061878 | a month ago | | | 0 | 0.00034557657 | |
| 21054844 | a month ago | | | 0 | 0.00015287876 | |
| 21054159 | a month ago | | | 0 | 0.00029034711 | |
| 21051866 | a month ago | | | 0 | 0.00048204053 |
ABI
ABI objects
Getter at block 21280907
DOMAIN_SEPARATOR() view returns (bytes32)
0xc065fa606a1c4611940e884386eb7cc6549a7b17281c7eeaa39f7e38a1c722de
decimals() view returns (uint8)
18
interchainTokenId() view returns (bytes32)
0xfb2246226560067e3f2ebe5fe8a92dda88f9de5c961bc9807d85207519cc37c5
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
GODDOG
nameHash() view returns (bytes32)
0x5b76cd54b4564085373427943312a9749cd66f2c8961d22d4a9bc21937d366c6
symbol() view returns (string)
oooOOO
totalSupply() view returns (uint256)
13655531422272953222220342
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()