MemelandAllowlistRaffle

Verified contract

Active on Ethereum with 2,686 txns
Deployed by via 0xbe263bc0 at 15104431
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 "MemelandAllowlistRaffle"

0x0af75fe4a57cee6d83eee12f3c83b329fbdf3479030757cebb617e7eb75a6803
0x4df4434b15e8b58bdb02b2f981879d6edecf27d1fd2e57be694219b06e1a5b23
0x7fff35ddf9a2e7bb192d471cc8d7103ebfd8986e35cab7a1d851f605cc85f524
0x4076eb81f9ae3047c70367f0cb3d816357276a42524ef02458bed20c4bf09f0a
From
0x7ea59bdce85a027e97d860cb4f2aff2edfc33b65b5f7f7f0e8a8e8c08dda7612
0x1b9d8b5546641f51b8ef9a312abc6a76689993837fdf6a732eff98fe41c0ed1e
0x832a196dc239776099162f0419d0fc39f3a5b597e7414b07fb8e1160354542a1
0xa11e548d41625d5155427f6da6bc763192d98c109ed9721a881cc228cfce9781
0x5b9dd5190ad120747276fe0941201fc632ef989d206109566b7f74be427ada21
0xf048f398e4197f0b5f7d774d04dc7fd9c723964641d58f14f37fef02e8d6ca84

Functions
Getter at block 20860783
KAIJU(view returns (address)
0x17d389f373975beed23d7aef8ca8e66b88e8d818
MUTANTS(view returns (address)
0x83f82414b5065bb9a85e330c67b4a10f798f4ed2
NUMBER_OF_WINNERS(view returns (uint256)
500
RWASTE(view returns (address)
0x5cd2fac9702d68dde5a94b1af95962bcfb80fc7d
RWASTE_FEE(view returns (uint256)
1000000000000000000
RWASTE_MULTIPLIER(view returns (uint256)
2
SCALES(view returns (address)
0x27192b750ff796514f039512aaf5a3655a095ea0
SCALES_FEE(view returns (uint256)
5000000000000000000
SCIENTISTS(view returns (address)
0xa310425046661c523d98344f7e9d66b32195365d
drawScriptURI(view returns (string)
ipfs://Qme39rVRnyPGpRadJidg1jEdd5RLXBdhiEwSnv2YcTkJMp
drawn(view returns (bool)
true
owner(view returns (address)
0xba6e1c26be2f8b46d9e7ab7573b99921ee81acf5
paused(view returns (bool)
true
seed(view returns (uint256)
15949894467275408618177533162289920002832305603710580271510784671415130457829
totalEntries(view returns (uint256)
267110
vrfRequestConfig(view returns (bytes32 keyHashuint64 subIduint32 callbackGasLimituint16 requestConfirmations)
(keyHash=0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef, subId=47, callbackGasLimit=200000, requestConfirmations=3)
Read-only

This contract contains no read-only function objects.

State-modifying
draw(
enter(uint256 amountpayable 
enterWithRWaste(uint256 amount
enterWithScales(uint256 amount
flipPaused(
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
setDrawScriptURI(string uri
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(address kaijuaddress mutantsaddress scientistsaddress rwasteaddress scalesuint256 numberOfWinnersaddress vrfCoordinator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyDrawn(
DrawScriptNotSet(
MustBeAKing(
OnlyCoordinatorCanFulfill(address haveaddress want