Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0006 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271204 | 2 days ago | | | 0 | 0.00048003237 | |
| 21261369 | 3 days ago | | | 0 | 0.00032879925 | |
| 20133875 | 5 months ago | | | 0 | 0.00059091838 | |
| 18061614 | a year ago | | | 0 | 0.0013305631 | |
| 14517405 | 3 years ago | | | 0 | 0.0023776735 | |
| 14447189 | 3 years ago | | | 0 | 0.0026016630 | |
| 13859564 | 3 years ago | | | 0 | 0.0035224903 | |
| 13815334 | 3 years ago | | | 0 | 0.0026502115 | |
| 13750765 | 3 years ago | | | 0 | 0.0046554226 | |
| 13708004 | 3 years ago | | | 0 | 0.0061367900 |
ABI
ABI objects
Getter at block 21284914
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
TEMCO
nowTime() view returns (uint256)
1555910128
symbol() view returns (string)
TEMCO
totalSupply() view returns (uint256)
6000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
lockedUp(address) view returns (uint256)
nolockedUp(address sender) view returns (bool)
owner(address) view returns (bool)
State-modifying
Events addLockUp(address _investor, uint256 _duration)
addOwnership(address _newOwner)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintTo(address _from, address _to, uint256 _amount) returns (bool)
removeLockUp(address _investor)
removeOwner(address _ownership)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address burner, uint256 value)
Mint(address to, uint256 amount)
MintFinished()
OwnedValue(address owner, uint256 value)
OwnershipAdded(address newOwner)
OwnershipRemoved(address noOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.