CryptoRiyal
Verified contract
Active on
Ethereum with 553 txns
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 |
---|---|---|---|---|---|
CR | ERC-20 | 625 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18302710 | a year ago | | | 0 | 0.00040112256 | |
| 14095522 | 3 years ago | | | 0 | 0.0082638120 | |
| 13745490 | 3 years ago | | | 0 | 0.0029283225 | |
| 13102261 | 3 years ago | | | 0 | 0.0097189923 | |
| 11939954 | 4 years ago | | | 0 | 0.0070405400 | |
| 11822935 | 4 years ago | | | 0 | 0.014034364 | |
| 10800333 | 4 years ago | | | 0 | 0.0058491400 | |
| 10764400 | 4 years ago | | | 0 | 0.0034079700 | |
| 10764116 | 4 years ago | | | 0 | 0.0091547300 | |
| 10439679 | 4 years ago | | | 0 | 0.00087012000 |
ABI
ABI objects
Getter at block 21387541
decimals() view returns (uint8)
18
name() view returns (string)
CryptoRiyal
owner() view returns (address)
0x5ac63c982818e8352291ae0d8f34ba5bddb65a3c
paused() view returns (bool)
false
symbol() view returns (string)
CR
tokenSupply() view returns (uint256)
2000000000
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _value)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address from, uint256 value)
Pause()
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.