CoinUs CnusUp
Verified contract
Active on
Ethereum with 220 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 "CoinUs CnusUp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11923617 | 4 years ago | | | 0 | 0.011539500 | |
| 11923614 | 4 years ago | | | 0 | 0.0033695340 | |
| 9572218 | 5 years ago | | | 0 | 0.00018444000 | |
| 9572207 | 5 years ago | | | 0 | 0.00023067000 | |
| 9571380 | 5 years ago | | | 0 | 0.000034582500 | |
| 9571361 | 5 years ago | | | 0 | 0.000034582500 | |
| 9550130 | 5 years ago | | | 0 | 0.0011533500 | |
| 9358022 | 5 years ago | | | 0 | 0.00018453600 | |
| 9296641 | 5 years ago | | | 0 | 0.00013840200 | |
| 9293041 | 5 years ago | | | 0 | 0.00016146900 |
ABI
ABI objects
Getter at block 21305491
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
CoinUs CnusUp
owner() view returns (address)
0xc970cadf03f5a8a32eb28939a86e591eba2f8de8
symbol() view returns (string)
CNUSUP
totalSupply() view returns (uint256)
5882150529000000000000000000
transfersEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkMisplacedTokenBalance(address _tokenAddress) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchIssue(address[] _to, uint256[] _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransfers(bool _disable)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
refundMisplacedToken(address _recipient, address _tokenAddress, uint256 _value)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransfersAllowed(bool _transfersEnabled)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.