PXNAllowlistRaffle
Verified contract
Active on
Ethereum with 1,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PXNAllowlistRaffle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14669069 | 3 years ago | | | 0 | 0.0043660203 | |
| 14669065 | 3 years ago | | | 0 | 0.0030599502 | |
| 14669043 | 3 years ago | | | 0 | 0.0044515119 | |
| 14669036 | 3 years ago | | | 0 | 0.00094905252 | |
| 14669034 | 3 years ago | | | 0 | 0.0017628348 | |
| 14669032 | 3 years ago | | | 0 | 0.0014529421 | |
| 14669032 | 3 years ago | | | 0 | 0.0017491200 | |
| 14669029 | 3 years ago | | | 0 | 0.0015280350 | |
| 14669020 | 3 years ago | | | 0 | 0.0016026276 | |
| 14669020 | 3 years ago | | | 0 | 0.0016026276 |
ABI
ABI objects
Getter at block 21300251
KAIJU() view returns (address)
0x0c2e57efddba8c768147d1fdf9176a0a6ebd5d83
NUMBER_OF_WINNERS() view returns (uint256)
40
OWNER_MULTIPLIER() view returns (uint256)
2
RWASTE() view returns (address)
0x5cd2fac9702d68dde5a94b1af95962bcfb80fc7d
drawScriptURI() view returns (string)
ipfs://Qme39rVRnyPGpRadJidg1jEdd5RLXBdhiEwSnv2YcTkJMp
drawn() view returns (bool)
true
fee() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xba6e1c26be2f8b46d9e7ab7573b99921ee81acf5
paused() view returns (bool)
true
seed() view returns (uint256)
13406591426983236099953187998351012144033184882114707283994840967137045662346
totalEntries() view returns (uint256)
155309
vrfRequestConfig() view returns (bytes32 keyHash, uint64 subId, uint32 callbackGasLimit, uint16 requestConfirmations)
(keyHash=0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef, subId=47, callbackGasLimit=200000, requestConfirmations=10)
Read-only
This contract contains no read-only function objects.
State-modifying
Events draw()
enter(uint256 amount) payable
flipPaused()
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
setDrawScriptURI(string uri)
setFee(uint256 _fee)
setVrfRequestConfig(struct OpenAllowlistRaffleBaseVrfRequestConfig _vrfRequestConfig)
transferOwnership(address newOwner)
EnterRaffle(address indexed account, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(uint256 _fee, address kaiju, address rwaste, uint256 numberOfWinners, address vrfCoordinator)
This contract contains no fallback and receive objects.
AlreadyDrawn()
DrawScriptNotSet()
OnlyCoordinatorCanFulfill(address have, address want)