TieToken
Verified contract
Active on
Ethereum with 2,121 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 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19607166 | 8 months ago | | | 0 | 0.00026163972 | |
| 19598591 | 8 months ago | | | 0 | 0.00026158129 | |
| 19594620 | 8 months ago | | | 0 | 0.00026174683 | |
| 14985495 | 2 years ago | | | 0 | 0.0035857800 | |
| 14878388 | 2 years ago | | | 0 | 0.0013253015 | |
| 14829961 | 3 years ago | | | 0 | 0.0013008520 | |
| 14541781 | 3 years ago | | | 0 | 0.0058872687 | |
| 13256526 | 3 years ago | | | 0 | 0.0012909892 | |
| 12743807 | 3 years ago | | | 0 | 0.00059028250 | |
| 12714861 | 3 years ago | | | 0 | 0.00014905200 |
ABI
ABI objects
Getter at block 21261649
decimals() view returns (uint256)
18
name() view returns (string)
TieToken
owner() view returns (address)
0x2540bd52f7d342380158ce722e9fd79570283e01
symbol() view returns (string)
TIE
totalSupply() view returns (uint256)
59251278089333297231367620
transferEnabled() view returns (bool)
true
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)
enableTransfer(bool enabled)
mint(address _to, uint256 _amount)
setMinter(address _minter)
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes data)
transferAndPay(address to, uint256 value, bytes data) payable
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferData(address indexed from, address indexed to, uint256 value, bytes data)
constructor(address multisigOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.