Twogap Token
Verified contract
Active on
Ethereum with 8,971 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1c5b…4823 | ERC-20 | 2,500,000T | -- | -- | |
TGT | ERC-20 | 11K | -- | -- | |
ERC-20 | 1.111K | -- | -- | ||
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 12.5 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16494903 | 2 years ago | | | 0 | 0.00085761402 | |
| 12557095 | 3 years ago | | | 0 | 0.0013938300 | |
| 12260022 | 4 years ago | | | 0 | 0.0086392457 | |
| 11277481 | 4 years ago | | | 0 | 0.0031900514 | |
| 11222039 | 4 years ago | | | 0 | 0.0026869890 | |
| 11087594 | 4 years ago | | | 0 | 0.00077816000 | |
| 10616218 | 4 years ago | | | 0 | 0.00098072000 | |
| 10593070 | 4 years ago | | | 0 | 0.0023352001 | |
| 10575819 | 4 years ago | | | 0 | 0.0022587520 | |
| 10545300 | 4 years ago | | | 0 | 0.0025687200 |
ABI
ABI objects
Getter at block 21161847
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
210000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Twogap Token
owner() view returns (address)
0x927f95b51f765a40b933694a7c98da4667a0f382
symbol() view returns (string)
TGT
totalSupply() view returns (uint256)
210000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
bountyWithdraw(address to, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdraw(address to, uint256 value) returns (bool)
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.
This contract contains no error objects.