TELLUMO
Verified contract
Active on
Ethereum with 1,639 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 |
---|---|---|---|---|---|
TLM | ERC-20 | 740K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19808627 | 7 months ago | | | 0 | 0.00033216166 | |
| 19296498 | 10 months ago | | | 0 | 0.00068739178 | |
| 19233638 | 10 months ago | | | 0 | 0.0026263904 | |
| 17679752 | a year ago | | | 0 | 0.0051453030 | |
| 17620739 | a year ago | | | 0 | 0.0010688953 | |
| 17198368 | 2 years ago | | | 0 | 0.0070075200 | |
| 16709277 | 2 years ago | | | 0 | 0.00068525897 | |
| 16709271 | 2 years ago | | | 0 | 0.00068272458 | |
| 16709261 | 2 years ago | | | 0 | 0.00071883982 | |
| 16709253 | 2 years ago | | | 0 | 0.00069948452 |
ABI
ABI objects
Getter at block 21393420
_freezed() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
TELLUMO
owner() view returns (address)
0xebe39d1c3dc2efc30a2f256c2e07357a8552117e
symbol() view returns (string)
TLM
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
_manualEntity(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokensLockedInfo(address to) view returns (struct ERC20BaseLockInfo)
locked(address _to) view returns (bool)
State-modifying
Events allFreeze()
allUnFreeze()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address to)
renounceOwnership()
tokensLockedAtTime(address to, uint256 amount, uint256 time, uint256 ratio, uint256 duration)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock(address to)
Approval(address indexed owner, address indexed spender, uint256 value)
Freezed()
Locked(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnFreezed()
Unlocked(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.