PirateGames
Verified contract
Active on
Ethereum with 42 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 5 additional slots
0x3d35…88a7
0xb332…9f6c
0x145b…1f9c
0x585c…ff85
0xc799…ece5
0xf2b4…9204
7 additional
variables
Balances ($0.00)
No balances found for "PirateGames"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14655902 | 3 years ago | | | 0 | 0.0020744293 | |
| 14655876 | 3 years ago | | | 0 | 0.0016823359 | |
| 14655861 | 3 years ago | | | 0 | 0.0016685522 | |
| 14655854 | 3 years ago | | | 0 | 0.0016063134 | |
| 14655846 | 3 years ago | | | 0 | 0.0018648373 | |
| 14655814 | 3 years ago | | | 0 | 0.0018990931 | |
| 14655805 | 3 years ago | | | 0 | 0.0019815728 | |
| 14655801 | 3 years ago | | | 0 | 0.0021669434 | |
| 14655788 | 3 years ago | | | 0 | 0.0020024976 | |
| 14655778 | 3 years ago | | | 0 | 0.0021110994 |
ABI
ABI objects
Getter at block 21184117
OnosiaLiquorId() view returns (uint256)
4
allowCommits() view returns (bool)
false
auth() view returns (address)
0x528d181ef113b1ea48a82df9f2778abbf2fef7ad
colonistNFT() view returns (address)
0xc799f57355677a19b91c722734743215513dece5
imperialGuild() view returns (address)
0xf2b4bb6ca987fbb9b6ecd5a8d94b27dfaae49204
numWords() view returns (uint32)
1
orbital() view returns (address)
0xb3321272276733ead8085605826fea453d2c9f6c
paused() view returns (bool)
false
pirateNFT() view returns (address)
0x585cfdd161c6e3d459727a2364a4a768fbf0ff85
pytheas() view returns (address)
0x3d35818b29c61ef9e5f1d5b88fd9168636a888a7
raw() view returns (address)
0x145b250cce77604209e52f9cabbb408721f01f9c
s_requestId() view returns (uint256)
53569801090454162587048479463983241075622306493244917375425260898231908640859
Read-only
aliases(uint256, uint256) view returns (uint8)
canMint(address addr) view returns (bool)
getPendingMint(address addr) view returns (struct PirateGamesMintCommit)
getRatioChance(uint256 pirates, uint256 circulation) pure returns (uint8)
hasMintPending(address addr) view returns (bool)
rarities(uint256, uint256) view returns (uint8)
State-modifying
Events addAdmin(address addr)
adminRequestRandomWords()
deleteCommit(address addr)
emergencyExtraction(address recipient, uint256 tokenId)
forceRevealCommit(address addr)
mintCommit(uint16 tokenId, bool stake)
mintReveal()
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
removeAdmin(address addr)
resetToggleCounter(uint16 _toggleCounter)
setAllowCommits(bool allowed)
setContracts(address _rEON, address _pirateNFT, address _colonistNFT, address _pytheas, address _orbital, address _imperialGuild)
setOnosiaLiquorId(uint256 typeId)
setPaused(bool _paused)
setPendingMintAmt(uint256 pendingAmt)
setToggleLimit(uint16 _toggleLimit)
setVRFsub(bytes32 _keyHash, uint64 _s_subscriptionId, uint32 _callbackGasLimit, uint16 _requestConfirmations)
MintCommitted(address indexed owner, uint256 indexed tokenId)
MintRevealed(address indexed owner, uint16[] indexed tokenId)
Paused(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)