TOPSWAP
Verified contract
Active on
Ethereum with 1,358 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,446.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GT | ERC-20 | 1.604047K | $11.50 |
$18,446.54 | |
TOPS | ERC-20 | 54.0862 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20924808 | 2 months ago | | | 0 | 0.00078636477 | |
| 20353108 | 4 months ago | | | 0 | 0.000053774979 | |
| 20146388 | 5 months ago | | | 0 | 0.000064444111 | |
| 18956183 | a year ago | | | 0 | 0.0018011248 | |
| 18347687 | a year ago | | | 0 | 0.00023123935 | |
| 18118142 | a year ago | | | 0 | 0.00050254372 | |
| 18111259 | a year ago | | | 0 | 0.00037764353 | |
| 18090498 | a year ago | | | 0 | 0.00054812406 | |
| 18090307 | a year ago | | | 0 | 0.00056691074 | |
| 18090197 | a year ago | | | 0 | 0.00054496365 |
ABI
ABI objects
Getter at block 21299978
decimals() view returns (uint8)
8
isToken() view returns (bool)
true
name() view returns (string)
TOPSWAP
owner() view returns (address)
0x443f7c28f78f8740f2500f3c78d12338d1025aa1
symbol() view returns (string)
TOPS
totalSupply() view returns (uint256)
9891663270700000
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)
burn(uint256 _amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
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)
Burn(uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.