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 "TrueCNY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8113982 | 5 years ago | | | 0 | 0.00011625000 | |
| 8107551 | 5 years ago | | | 0 | 0.00011657000 | |
| 8101075 | 5 years ago | | | 0 | 0.00011657000 | |
| 8097852 | 5 years ago | | | 0 | 0.00038058000 | |
| 8090630 | 5 years ago | | | 0 | 0.00053250000 | |
| 8090625 | 5 years ago | | | 0 | 0.00053186000 | |
| 8090542 | 5 years ago | | | 0 | 0.00053250000 | |
| 7859324 | 6 years ago | | | 0 | 0.00011593000 | |
| 7853586 | 6 years ago | | | 0 | 0.00076500000 | |
| 7853586 | 6 years ago | | | 0 | 0.00021300000 |
ABI
ABI objects
Getter at block 21405731
decimals() view returns (uint8)
18
lawEnforcementRole() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
TrueCNY
owner() view returns (address)
0x9914354a95d53de21c9e43a448534f85b7b5d603
paused() view returns (bool)
false
supplyController() view returns (address)
0xf37d1c458af19680f305ddded284beb15e2f7837
symbol() view returns (string)
TCNY
totalSupply() view returns (uint256)
2000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
isFrozen(address _addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseSupply(uint256 _value) returns (bool success)
freeze(address _addr)
increaseSupply(uint256 _value) returns (bool success)
initialize()
pause()
setLawEnforcementRole(address _newLawEnforcementRole)
setSupplyController(address _newSupplyController)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreeze(address _addr)
unpause()
wipeFrozenAddress(address _addr)
AddressFrozen(address indexed addr)
AddressUnfrozen(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenAddressWiped(address indexed addr)
LawEnforcementRoleSet(address indexed oldLawEnforcementRole, address indexed newLawEnforcementRole)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
SupplyControllerSet(address indexed oldSupplyController, address indexed newSupplyController)
SupplyDecreased(address indexed from, uint256 value)
SupplyIncreased(address indexed to, uint256 value)
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.