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"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7994242 | 5 years ago | | | 0 | 0.00030475200 | |
| 7265620 | 6 years ago | | | 0 | 0.00079833000 | |
| 7107386 | 6 years ago | | | 0 | 0.00049522200 | |
| 6664901 | 6 years ago | | | 0 | 0.00023222000 | |
| 6664794 | 6 years ago | | | 0 | 0.00053222000 | |
| 6664087 | 6 years ago | | | 0 | 0.00076188000 | |
| 6664033 | 6 years ago | | | 0 | 0.0011893056 | |
| 6659609 | 6 years ago | | | 0 | 0.00042526400 | |
| 5526620 | 7 years ago | | | 0 | 0.0026515000 | |
| 5525893 | 7 years ago | | | 0 | 0.0019079000 |
ABI
ABI objects
Getter at block 21157891
decimals() view returns (uint256)
18
globalTokenTransferLock() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
CoinUs
owner() view returns (address)
0xbea25ba67e77f28e5cd431cb238489e29cdc10e9
symbol() view returns (string)
CNUS
totalSupply() view returns (uint256)
1741296855000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
lockedStatusAddress(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
initialLockAddress(address target)
lockAddress(address target)
mint(address _to, uint256 _amount) returns (bool)
setGlobalTokenTransferLock(bool locked) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockAddress(address target)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Locked(address lockedAddress)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address unlockedaddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.