Tuzy Coin
Verified contract
Active on
Ethereum with 349,186 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 |
---|---|---|---|---|---|
YANU | ERC-20 | 100 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
PMOD | ERC-20 | 10 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12605021 | 3 years ago | | | 0 | 0.00048075712 | |
| 9460557 | 5 years ago | | | 0 | 0.00015604890 | |
| 9460478 | 5 years ago | | | 0 | 0.00015386401 | |
| 9047417 | 5 years ago | | | 0 | 0.00048846200 | |
| 9043149 | 5 years ago | | | 0 | 0.00068346200 | |
| 8937122 | 5 years ago | | | 0 | 0.00048763000 | |
| 8936678 | 5 years ago | | | 0 | 0.00019647200 | |
| 8936674 | 5 years ago | | | 0 | 0.00030059200 | |
| 8833496 | 5 years ago | | | 0 | 0.000022446000 | |
| 8833496 | 5 years ago | | | 0 | 0.000037510000 |
ABI
ABI objects
Getter at block 21243145
INITIAL_SUPPLY() view returns (uint256)
1600000000
cooAddress() view returns (address)
0x2dc5a03407e21828af96fcdb7cc372b2e09c71f1
decimals() view returns (uint8)
8
getLockAmount() view returns (uint256)
0
getLockRecordCount() view returns (uint256)
0
globalBurnAmount() view returns (uint256)
157689321351818899
name() view returns (string)
Tuzy Coin
owner() view returns (address)
0x46c72cef8c737de00bf343a42a69463823c670df
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TUC
totalSupply() view returns (uint256)
2310678648181101
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getLockByIndex(uint256 _index) view returns (uint256, uint256, uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockTokenForNode(uint256 _orderId, uint256 _amount, uint256 _timeSpan)
pause()
payOrder(uint256 _orderId, uint256 _amount, uint256 _burnAmount)
setCOO(address _newCOO)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockToken()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Lock(address indexed owner, uint256 orderId, uint256 amount, uint256 releaseTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Pay(address indexed owner, uint256 orderId, uint256 amount, uint256 burnAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UnLock(address indexed owner, uint256 orderId, uint256 amount)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.