GOTEN Token
Verified contract
Active on
Ethereum with 292 txns
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 "GOTEN Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20551236 | 3 months ago | | | 0 | 0.000034055000 | |
| 20202188 | 4 months ago | | | 0 | 0.000035633083 | |
| 17339611 | a year ago | | | 0 | 0.00071351799 | |
| 17242046 | a year ago | | | 0 | 0.0013944816 | |
| 12862840 | 3 years ago | | | 0 | 0.00037414000 | |
| 12312533 | 4 years ago | | | 0 | 0.0020310170 | |
| 11614656 | 4 years ago | | | 0 | 0.0040855080 | |
| 11614553 | 4 years ago | | | 0 | 0.0056081340 | |
| 11556528 | 4 years ago | | | 0 | 0.0038890400 | |
| 11556528 | 4 years ago | | | 0 | 0.0050900000 |
ABI
ABI objects
Getter at block 21158397
decimals() view returns (uint8)
18
getBurnRate() view returns (uint256)
0
name() view returns (string)
GOTEN Token
owner() view returns (address)
0xc830db0360fc093fef716daf1ede8b8ff4a45d0e
symbol() view returns (string)
GOTEN
totalSupply() view returns (uint256)
77291405461941783210485
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBurnRate(uint256 _BurnRate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.