NobodyReserve
Verified contract
Active on
Ethereum with 23,323 txns
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 "NobodyReserve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19814735 | 7 months ago | | | 0 | 0.00013069700 | |
| 19699439 | 7 months ago | | | 0 | 0.00070240049 | |
| 19629748 | 8 months ago | | | 0 | 0.00092638433 | |
| 19629746 | 8 months ago | | | 0 | 0.00091079674 | |
| 19629745 | 8 months ago | | | 0 | 0.00096783865 | |
| 19629743 | 8 months ago | | | 0 | 0.00094829503 | |
| 19629742 | 8 months ago | | | 0 | 0.00096579873 | |
| 19629741 | 8 months ago | | | 0 | 0.00097201817 | |
| 19629739 | 8 months ago | | | 0 | 0.00097940469 | |
| 19629738 | 8 months ago | | | 0 | 0.00089828571 |
ABI
ABI objects
Getter at block 21276594
NORMAL_WEIGHT() view returns (uint256)
1000
PRIORITY_WEIGHT() view returns (uint256)
9527
isPublicReserveActive() view returns (bool)
false
isRefundActive() view returns (bool)
true
isWhitelistReserveActive() view returns (bool)
false
owner() view returns (address)
0x8889cbec4ace7e4aa00203353309fed65837de8e
priorityTime() view returns (uint256)
1706792400
reservePrice() view returns (uint256)
195270000000000000
totalReserved() view returns (uint256)
16349
Read-only
raffleWon(address) view returns (bool)
refunded(address) view returns (bool)
reserved(address) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events executeRaffle(uint256 raffleRound, uint256 raffleCount)
publicReserve() payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
refund()
renounceOwnership()
requestRaffleRandomWords(bytes32 keyHash, uint16 requestConfirmations, uint32 callbackGasLimit, uint32 numWords)
setIsPublicReserveActive(bool _isPublicReserveActive)
setIsRefundActive(bool _isRefundActive)
setIsWhitelistReserveActive(bool _isWhitelistReserveActive)
setPriorityTime(uint256 _priorityTime)
setReservePrice(uint256 _reservePrice)
setVRFSubscriptionId(uint64 VRFSubscriptionId_)
setWhitelist(address[] addresses, bool status)
transferOwnership(address newOwner)
whitelistReserve() payable
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicReserved(address indexed reserver)
RaffleWon(address indexed reserver)
RandomWordsFulfilled(uint256 requestId, uint256[] randomWords)
RandomWordsRequested(uint256 requestId)
Refunded(address indexed reserver)
WhitelistReserved(address indexed reserver)
constructor(address VRFCoordinator_, uint64 VRFSubscriptionId_)
This contract contains no fallback and receive objects.
AlreadyRefund()
AlreadyReserved()
InsufficientBalance()
InvalidAddress()
InvalidRaffle()
InvalidValue()
NotRefundable()
OnlyCoordinatorCanFulfill(address have, address want)
OnlyEOA()
RefundNotActive()
RserveNotActive()
TransferFailed()