Tantan Token
Verified contract
Active on
Ethereum with 5,768 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 |
---|---|---|---|---|---|
TANTAN | ERC-20 | 4.399473T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151702 | 2 days ago | | | 0 | 0.00045418784 | |
| 20469060 | 3 months ago | | | 0 | 0.000075221958 | |
| 20469025 | 3 months ago | | | 0 | 0.000094617406 | |
| 20453375 | 3 months ago | | | 0 | 0.000025940000 | |
| 20453102 | 3 months ago | | | 0 | 0.000025700000 | |
| 20453058 | 3 months ago | | | 0 | 0.000025940000 | |
| 20451788 | 3 months ago | | | 0 | 0.000025700000 | |
| 20408491 | 3 months ago | | | 0 | 0.000046648000 | |
| 20395640 | 3 months ago | | | 0 | 0.000025940000 | |
| 19730996 | 7 months ago | | | 0 | 0.00050896093 |
ABI
ABI objects
Getter at block 21164102
aAmt() view returns (uint256)
500000000000000
aCap() view returns (uint256)
100000
aEBlock() view returns (uint256)
20000000
aSBlock() view returns (uint256)
10000000
aTot() view returns (uint256)
4476
decimals() view returns (uint8)
8
name() view returns (string)
Tantan Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb1e7d6949ba9b8f2effc75ff119c00358f9279db
sCap() view returns (uint256)
500
sChunk() view returns (uint256)
1500000000000000000
sEBlock() view returns (uint256)
20000000
sPrice() view returns (uint256)
10000000000000000
sSBlock() view returns (uint256)
10000000
sTot() view returns (uint256)
500
symbol() view returns (string)
TANTAN
totalSupply() view returns (uint256)
1349466756197022498816
viewAirdrop() view returns (uint256 StartBlock, uint256 EndBlock, uint256 DropCap, uint256 DropCount, uint256 DropAmount)
(StartBlock=10000000, EndBlock=20000000, DropCap=100000, DropCount=4476, DropAmount=500000000000000)
viewSale() view returns (uint256 StartBlock, uint256 EndBlock, uint256 SaleCap, uint256 SaleCount, uint256 ChunkSize, uint256 SalePrice)
(StartBlock=10000000, EndBlock=20000000, SaleCap=500, SaleCount=500, ChunkSize=1500000000000000000, SalePrice=10000000000000000)
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
clearETH()
getAirdrop(address _refer) returns (bool success)
startAirdrop(uint256 _aSBlock, uint256 _aEBlock, uint256 _aAmt, uint256 _aCap)
startSale(uint256 _sSBlock, uint256 _sEBlock, uint256 _sChunk, uint256 _sPrice, uint256 _sCap)
tokenSale(address _refer) payable returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.