Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x448c…e77e
1 additional
variable
Balances ($3,621.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 3.622057K | $0.999783 |
$3,621.27 | |
ROYA | ERC-20 | 710K | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- | |
0x448c…e77e | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19359468 | 9 months ago | | | 0 | 0.0034888929 | |
| 19359456 | 9 months ago | | | 0 | 0.0065142384 | |
| 17619187 | a year ago | | | 0 | 0.00098482098 | |
| 16975432 | 2 years ago | | | 0 | 0.0025959206 | |
| 16707379 | 2 years ago | | | 0 | 0.0017104018 | |
| 16592985 | 2 years ago | | | 0 | 0.0033987663 | |
| 16521271 | 2 years ago | | | 0 | 0.0015784331 | |
| 16234810 | 2 years ago | | | 0 | 0.0011577282 | |
| 15968271 | 2 years ago | | | 0 | 0.0014579972 | |
| 15943663 | 2 years ago | | | 0 | 0.0019325778 |
ABI
ABI objects
Getter at block 21391092
DISCOUNTED_LOT_PRICE() view returns (uint256)
7200000000000000000000
FALLBACK_RECIPIENT() view returns (address)
0x8d4b5a1b15014a5170886e0664f7a04dfc44ac89
LOT_PRICE() view returns (uint256)
10000000000000000000000
MAX_SUPPLY() view returns (uint256)
2000
ROYA() view returns (address)
0x7eaf9c89037e4814dc0d9952ac7f888c784548db
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
allowNFTDiscounts() view returns (bool)
true
decimals() view returns (uint8)
0
lastData() view returns (bytes)
0x3078
lastFrom() view returns (address)
0x5c9d740ecb563003671d282ca15dcb049070d164
lastId() view returns (uint256)
26
lastOperator() view returns (address)
0xaae32fc2578bfeeeddaac3dc753252d7705f30f1
lastValue() view returns (uint256)
1
lockupPeriod() view returns (uint256)
691200
name() view returns (string)
QROYA
owner() view returns (address)
0xccbbf208cd893959f78f7e68e8896e11e9cd3beb
symbol() view returns (string)
qRoya
totalProfit() view returns (uint256)
259312535265489461751450506907567215308
totalSupply() view returns (uint256)
78
Read-only
_revertTransfersInLockUpPeriod(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
discountedLots(address) view returns (uint256)
getLockedNFTs(address account) view returns (uint256[])
hasLockedNFT(address, uint256) view returns (bool)
lastBoughtTimestamp(address) view returns (uint256)
profitOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceID) pure returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
buy(uint256 amount)
buyWithNFT(uint256 amount, uint256 id)
claimProfit() returns (uint256 profit)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
nominateNewOwner(address _wallet)
onERC1155BatchReceived(address _operator, address _from, uint256[] _ids, uint256[] _values, bytes _data) returns (bytes4)
onERC1155Received(address _operator, address _from, uint256 _id, uint256 _value, bytes _data) returns (bytes4)
revertTransfersInLockUpPeriod(bool value)
sell(uint256 amount)
sellWithNFT(uint256 amount, uint256 id)
sendProfit(uint256 amount)
setAllowNFTDiscounts(bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed acount, uint256 amount)
OwnershipNominated(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Profit(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address usdc, address rnft, address _multisigWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.