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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16398574 | 2 years ago | | | 0 | 0.0020091300 | |
| 14529441 | 3 years ago | | | 0 | 0.0045385600 | |
| 13402670 | 3 years ago | | | 0 | 0.0024382400 | |
| 13402670 | 3 years ago | | | 0 | 0.0024382400 | |
| 13402670 | 3 years ago | | | 0 | 0.0024382400 | |
| 13299857 | 3 years ago | | | 0 | 0.0030628800 | |
| 13279933 | 3 years ago | | | 0 | 0.0040279720 | |
| 13276195 | 3 years ago | | | 0 | 0.0038577760 | |
| 13261160 | 3 years ago | | | 0 | 0.0019912932 | |
| 13243608 | 3 years ago | | | 0 | 0.0034202160 |
ABI
ABI objects
Getter at block 21161365
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
RECORD
owner() view returns (address)
0x228feea30c3aec1c0b492f6557f2a04e2b487ee8
paused() view returns (bool)
false
symbol() view returns (string)
RCD
totalSupply() view returns (uint256)
157784148579920866666666636
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
lockedAddresses(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAddress(address _adr)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockAddress(address _adr)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.