Transcodium
Verified contract
Active on
Ethereum with 13,299 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 | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
TNS | ERC-20 | 39.580709 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096201 | 22 days ago | | | 0 | 0.00019411286 | |
| 20453393 | 4 months ago | | | 0 | 0.000051736000 | |
| 18852323 | a year ago | | | 0 | 0.00044683878 | |
| 18369650 | a year ago | | | 0 | 0.0017027040 | |
| 18369643 | a year ago | | | 0 | 0.0017027040 | |
| 18369642 | a year ago | | | 0 | 0.0017027040 | |
| 18369642 | a year ago | | | 0 | 0.0017027040 | |
| 18369634 | a year ago | | | 0 | 0.0017027040 | |
| 18326546 | a year ago | | | 0 | 0.00029318569 | |
| 18306142 | a year ago | | | 0 | 0.00049090395 |
ABI
ABI objects
Getter at block 21257123
INITIAL_SUPPLY() view returns (uint256)
120000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Transcodium
owner() view returns (address)
0x02174511507a5a2893c02689e0957acb7215bb00
symbol() view returns (string)
TNS
totalSupply() view returns (uint256)
85899999999999999999999990
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)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
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.