PXNAllowlistRaffle

Verified contract

Active on Ethereum with 1,269 txns
Deployed by via 0xf6ed9e92 at 14656514
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "PXNAllowlistRaffle"

0xeb97acad14c7ebf9172eb64993ab0eb0af092d678d2d5bd57545b92b88f8bb87
0x742b6c680ee61069588f0793076bca9af8060747f564fb332f261878ae2784ab
0x52115a6c9f444d13f51ee35ecb14f66a69ad78fe0d7c3dee2df3041c247011f5
0x9e28a84d64fd7f2b6bc2e0654a62cdb2cb2166f2ed6b76359c5ffa61bf0a8f01
0x8583a68eaf4eca9109346cd3622e58d41cc257f50f3f2fd595d79999f2922fec
0xe6b0f10192ce70087db66349dac15fc320580a3ddbb4b576b8ae1cc79cce54a2
0xe628628797a8f2e6740fdca6f40da372f204c86baa44030b7c9411d3ae116304
From
0xe4e016281380d7ce23cf812a8a17974fd43231e871fb692a255b6b04d421f022
0xe6acf227f36f38a1d8e9a4f56b9a60c9657f653d77f29e38979f41c97165d54f
0x5ef0b54fdb90101bb5a369b5635ac166fd30dba2eb440961646d9951086412de

Functions
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 keyHashuint64 subIduint32 callbackGasLimituint16 requestConfirmations)
(keyHash=0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef, subId=47, callbackGasLimit=200000, requestConfirmations=10)
Read-only

This contract contains no read-only function objects.

State-modifying
draw(
enter(uint256 amountpayable 
flipPaused(
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
setDrawScriptURI(string uri
setFee(uint256 _fee
setVrfRequestConfig(struct OpenAllowlistRaffleBaseVrfRequestConfig _vrfRequestConfig
transferOwnership(address newOwner
Events
EnterRaffle(address indexed accountuint256 indexed amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(uint256 _feeaddress kaijuaddress rwasteuint256 numberOfWinnersaddress vrfCoordinator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyDrawn(
DrawScriptNotSet(
OnlyCoordinatorCanFulfill(address haveaddress want