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 |
---|---|---|---|---|---|
ROZ | ERC-20 | 3.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583244 | 2 years ago | | | 0 | 0.00098496000 | |
| 14446549 | 3 years ago | | | 0 | 0.0023868880 | |
| 14446542 | 3 years ago | | | 0 | 0.0024356000 | |
| 13460664 | 3 years ago | | | 0 | 0.0031167113 | |
| 12733610 | 3 years ago | | | 0 | 0.00070986240 | |
| 12733608 | 3 years ago | | | 0 | 0.00028548003 | |
| 12650472 | 3 years ago | | | 0 | 0.00029558400 | |
| 12559013 | 3 years ago | | | 0 | 0.0017245140 | |
| 12558137 | 3 years ago | | | 0 | 0.0012192840 | |
| 12555258 | 3 years ago | | | 0 | 0.0020542800 |
ABI
ABI objects
Getter at block 21188966
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
ROZEUS
owner() view returns (address)
0x3b71ab34a2d5e28b5e3e2b6248d4d45d12f664cc
paused() view returns (bool)
false
symbol() view returns (string)
ROZ
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.