TBC Shopping Token
Verified contract
Active on
Ethereum with 5,226 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 |
---|---|---|---|---|---|
TST | ERC-20 | 10.336043M | -- | -- | |
GRT | ERC-20 | 2.295593M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002404 | 23 days ago | | | 0 | 0.00037044973 | |
| 20409110 | 3 months ago | | | 0 | 0.000047256000 | |
| 20386620 | 4 months ago | | | 0 | 0.000079710117 | |
| 20200068 | 4 months ago | | | 0 | 0.00014593798 | |
| 20083798 | 5 months ago | | | 0 | 0.00044746441 | |
| 18859732 | a year ago | | | 0 | 0.00072851854 | |
| 18314632 | a year ago | | | 0 | 0.00029448034 | |
| 17854501 | a year ago | | | 0 | 0.00064341755 | |
| 17573822 | a year ago | | | 0 | 0.00034945894 | |
| 17348621 | a year ago | | | 0 | 0.00071549663 |
ABI
ABI objects
Getter at block 21167436
cap() view returns (uint256)
100000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
TBC Shopping Token
owner() view returns (address)
0xdbde0b5d766e16f981c4372717403627f2a9b27d
symbol() view returns (string)
TST
totalSupply() view returns (uint256)
100000000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.