Cambodia Network
Verified contract
Active on
Ethereum with 212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNT | ERC-20 | 3.827K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18839343 | 10 months ago | | | 0 | 0.0015195899 | |
| 18559514 | a year ago | | | 0 | 0.0015056410 | |
| 18516029 | a year ago | | | 0 | 0.0017674388 | |
| 16740732 | 2 years ago | | | 0 | 0.00072791939 | |
| 16581208 | 2 years ago | | | 0 | 0.0010195500 | |
| 16581208 | 2 years ago | | | 0 | 0.0010195500 | |
| 16581208 | 2 years ago | | | 0 | 0.0010195500 | |
| 16581208 | 2 years ago | | | 0 | 0.0010195500 | |
| 16581208 | 2 years ago | | | 0 | 0.0010195500 | |
| 16581208 | 2 years ago | | | 0 | 0.0010195500 |
ABI
ABI objects
Getter at block 21125142
decimals() view returns (uint8)
18
name() view returns (string)
Cambodia Network
paused() view returns (bool)
false
symbol() view returns (string)
CNT
totalSupply() view returns (uint256)
2700000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBlacklistAdmin(address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addBlacklistAdmin(address account)
addBlacklisted(address account)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _data) payable returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
removeBlacklisted(address account)
renounceMinter()
renouncePauser()
sudoBurnFrom(address from, uint256 value)
sudoRetrieveFrom(address from, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAdminAdded(address indexed account)
BlacklistAdminRemoved(address indexed account)
BlacklistedAdded(address indexed account)
BlacklistedRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.