Tigereum
Verified contract
Active on
Ethereum with 3,722 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
TIG | ERC-20 | 1.706156M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20064364 | 5 months ago | | | 0 | 0.00064720723 | |
| 18039293 | a year ago | | | 0 | 0.00050340922 | |
| 17976626 | a year ago | | | 0 | 0.00099388836 | |
| 16001247 | 2 years ago | | | 0 | 0.00060735294 | |
| 11302163 | 4 years ago | | | 0 | 0.0026845490 | |
| 11302044 | 4 years ago | | | 0 | 0.0031364980 | |
| 10940626 | 4 years ago | | | 0 | 0.0017480640 | |
| 10751535 | 4 years ago | | | 0 | 0.0016325531 | |
| 10751398 | 4 years ago | | | 0 | 0.0034073700 | |
| 10751244 | 4 years ago | | | 0 | 0.0034073700 |
ABI
ABI objects
Getter at block 21246299
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Tigereum
owner() view returns (address)
0x7457409c47beb2440feb0ee9e7e1b6b0d16b7fe4
symbol() view returns (string)
TIG
totalSupply() view returns (uint256)
19743793702348469846900000
webAddress() view returns (string)
www.tigereum.io
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
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(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.