PurchaseManager
Verified contract
Active on
Ethereum with 7,261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "PurchaseManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21060386 | 15 days ago | | | 0 | 0.0010822672 | |
| 21060321 | 15 days ago | | | 0 | 0.0013907202 | |
| 21053466 | 16 days ago | | | 0 | 0.00066780086 | |
| 21053456 | 16 days ago | | | 0 | 0.00068650256 | |
| 21044229 | 18 days ago | | | 0 | 0.0021656260 | |
| 21042862 | 18 days ago | | | 0 | 0.0016337920 | |
| 21001849 | 24 days ago | | | 0 | 0.0014898190 | |
| 20937273 | a month ago | | | 0 | 0.0022869668 | |
| 20937251 | a month ago | | | 0 | 0.0024035188 | |
| 20928166 | a month ago | | | 0 | 0.0043519563 |
ABI
ABI objects
Getter at block 21170677
MAX_CUBS_ALLOWLIST() view returns (uint256)
2000
MAX_CUBS_PUBLIC() view returns (uint256)
10000
allowlistMintingPrice() view returns (uint256)
80000000000000000
dutchAuctionDuration() view returns (uint256)
14400
dutchAuctionEndingPrice() view returns (uint256)
100000000000000000
dutchAuctionStartingPrice() view returns (uint256)
400000000000000000
dutchAuctionStepDuration() view returns (uint256)
1200
getCurrentPrice() view returns (uint256)
400000000000000000
isAllowlistSaleOpen() view returns (bool)
false
isMutationOpen() view returns (bool)
true
isPublicSaleOpen() view returns (bool)
false
mintOpenAllowlistTimestamp() view returns (uint256)
0
mintOpenMutationTimestamp() view returns (uint256)
1653354085
mintOpenPublicTimestamp() view returns (uint256)
0
mintingLimitAllowlist() view returns (uint256)
1
mintingLimitPublic() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner() view returns (address)
0x1876071eba65c9905bc2386a8cd05dc8913ac8fe
totalMintedDuringAllowlistSale() view returns (uint256)
998
totalMintedDuringPublicSale() view returns (uint256)
3429
Read-only
isLionAlreadyMutated(uint256 lionId, uint256 drinkId) view returns (bool, uint256)
isLionEligibleForMutation(uint256 lionId) view returns (bool)
mintedDuringAllowlistSale(address) view returns (uint256)
mintedDuringPublicSale(address) view returns (uint256)
State-modifying
Events claimNative()
claimToken(address _token)
mintAllowlist(uint256 numberOfTokens, uint8 v, bytes32 r, bytes32 s) payable
mintPublic(uint256 numberOfTokens) payable
mutate(uint256 lionId, uint256 drinkId)
pausePublicSale()
renounceOwnership()
resumePublicSale(uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 stepDuration)
setAllowlistMintingPrice(uint256 _newPrice)
setMintingLimits(uint256 _allowlist, uint256 _public)
setOpenAllowlistTimestamp(uint256 _timestamp)
setOpenMutationTimestamp(uint256 _timestamp)
setOpenPublicTimestamp(uint256 _timestamp)
setSignerAccount(address _newSigner)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _contract_lazylions, address _contract_lazydrinks, address _contract_lazycubs, address _allowlist_signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.