Balances ($0.00)
No balances found for "GERDA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12369624 | 8 months ago | | | 0 | 0.000019813707 | |
| 12369618 | 8 months ago | | | 0 | 0.000044704560 | |
| 12369610 | 8 months ago | | | 0 | 0.0000021012004 | |
| 12369495 | 8 months ago | | | 0 | 0.000028044094 | |
| 12369489 | 8 months ago | | | 0 | 0.000027936370 | |
| 12369321 | 8 months ago | | | 0 | 0.000026942926 | |
| 12369315 | 8 months ago | | | 0 | 0.000026925151 | |
| 12369310 | 8 months ago | | | 0 | 0.000026868781 | |
| 12369058 | 8 months ago | | | 0 | 0.000025777375 | |
| 12369052 | 8 months ago | | | 0 | 0.000025848670 |
ABI
ABI objects
Getter at block 23198674
decimals() view returns (uint8)
18
name() view returns (string)
GERDA
owner() view returns (address)
0x1d1e7e1dc372cb3652eed9b354feaf9ca073fcf0
symbol() view returns (string)
GERDA
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)