TigerCoin
Verified contract
Active on
Ethereum with 4,945 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 |
---|---|---|---|---|---|
TIGER | ERC-20 | 99.917037B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096910 | 9 days ago | | | 0 | 0.00016543055 | |
| 21029634 | 19 days ago | | | 0 | 0.0014419088 | |
| 21010759 | 21 days ago | | | 0 | 0.00017716601 | |
| 20918342 | a month ago | | | 0 | 0.00054282178 | |
| 20918290 | a month ago | | | 0 | 0.00042969500 | |
| 20876347 | a month ago | | | 0 | 0.00014384516 | |
| 20876346 | a month ago | | | 0 | 0.00025480367 | |
| 20839082 | a month ago | | | 0 | 0.00036921200 | |
| 20747681 | 2 months ago | | | 0 | 0.000085012278 | |
| 20689392 | 2 months ago | | | 0 | 0.000040401207 |
ABI
ABI objects
Getter at block 21163744
HOLDER_SUPPLY() view returns (uint256)
55000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
100000000000000000000000000000000
TEAM_ADDRESS() view returns (address)
0x0e1ce03d1fd3e1619d6faea03333b54a300c1199
TEAM_SUPPLY() view returns (uint256)
10000000000000000000000000000000
TIGER_DAO_ADDRESS() view returns (address)
0xd35d8552bde94dd520565bde50964f6ad1155ccd
TIGER_DAO_SUPPLY() view returns (uint256)
35000000000000000000000000000000
_claimer() view returns (address)
0x09007e5a45bcfca2fdf8fe320d331af889f88256
_holderClaimed() view returns (uint256)
13624000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
TigerCoin
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
TIGER
totalSupply() view returns (uint256)
100000000000000000000000000000000
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)
holderClaim(address holder, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setClaimer(address claimer)
sweepRestHolderShares()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.