Balances ($0.00)
No balances found for "GIA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12162001 | 7 months ago | | | 0 | 2.4723030e-7 | |
| 12161874 | 7 months ago | | | 0 | 0.0000065205517 | |
| 12161848 | 7 months ago | | | 0 | 1.6901459e-7 | |
| 12161833 | 7 months ago | | | 0 | 0.00024739682 | |
| 12161788 | 7 months ago | | | 0 | 2.2888707e-7 | |
| 12161488 | 7 months ago | | | 0 | 0.0000010576221 | |
| 12161487 | 7 months ago | | | 0 | 0.0000042953877 | |
| 12161481 | 7 months ago | | | 0 | 0.0000042993244 | |
| 12161475 | 7 months ago | | | 0 | 0.0000043042303 | |
| 12161469 | 7 months ago | | | 0 | 0.0000043063569 |
ABI
ABI objects
Getter at block 21848272
decimals() view returns (uint8)
18
name() view returns (string)
GIA
owner() view returns (address)
0xf5b30ab60aecadf2f9c8e2fb77c05cf68c2e5d68
symbol() view returns (string)
GIA
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)