Tercet Network
Verified contract
Active on
Ethereum with 1,551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Tercet Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13745500 | 3 years ago | | | 0 | 0.0031526507 | |
| 13734936 | 3 years ago | | | 0 | 0.0069724941 | |
| 13715013 | 3 years ago | | | 0 | 0.0043590957 | |
| 13711273 | 3 years ago | | | 0 | 0.0080359453 | |
| 13703540 | 3 years ago | | | 0 | 0.0057043480 | |
| 13695890 | 3 years ago | | | 0 | 0.0053041096 | |
| 13686891 | 3 years ago | | | 0 | 0.0059674971 | |
| 13665847 | 3 years ago | | | 0 | 0.0071380107 | |
| 13665729 | 3 years ago | | | 0 | 0.0073204806 | |
| 13643315 | 3 years ago | | | 0 | 0.0058445522 |
ABI
ABI objects
Getter at block 21162965
blockDate() view returns (uint256)
1561852800
decimals() pure returns (uint8 _decimals)
18
fundsWallet() view returns (address)
0x368e1ed074e2f6bbeca5731c8bae8460d1ca2529
name() pure returns (string _name)
Tercet Network
owner() view returns (address)
0x368e1ed074e2f6bbeca5731c8bae8460d1ca2529
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
TCNX
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
isBlocked(address _from, uint256 _value) returns (bool _blocked)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.