WildXYZMinterPresale
Verified contract
Active on
Ethereum with 760 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x700e…7d7f
0x4bf3…a629
0xc92a…cc0a
12 additional
variables
Balances ($0.00)
No balances found for "WildXYZMinterPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17935422 | a year ago | | | 0 | 0.0026639824 | |
| 17929578 | a year ago | | | 0.24 | 0.0016261739 | |
| 17928831 | a year ago | | | 0.24 | 0.0087433200 | |
| 17928804 | a year ago | | | 0.12 | 0.0017756727 | |
| 17928804 | a year ago | | | 0.12 | 0.0017752316 | |
| 17928799 | a year ago | | | 0 | 0.0066086248 | |
| 17928797 | a year ago | | | 0 | 0.030719115 | |
| 17928796 | a year ago | | | 0 | 0.0095655648 | |
| 17928795 | a year ago | | | 0 | 0.0093777236 | |
| 17928794 | a year ago | | | 0.24 | 0.0030802590 |
ABI
ABI objects
Getter at block 21330120 getGroups() view returns (struct IWildXYZMinterGroup[] _groups) getMinterInfo() view returns (struct WildXYZMinterPresalePresaleMinterInfo)
admin() view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
adminSigner() view returns (address)
0xa8eaa9dc2d49624d0ca0bdefa30a6e2a957efb91
artistWallet() view returns (address)
0x4bf3805b23c99f8e0a5797e86fd0232a04a2a629
delegationRegistry() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
getState() view returns (uint8)
2
groupIdAllowlist() view returns (uint256)
3
groupIdOasis() view returns (uint256)
2
groupIdPublicSale() view returns (uint256)
4
maxPerAddress() view returns (uint256)
2
maxSupply() view returns (uint256)
999
nft() view returns (address)
0xc92ab2dff994dd77c0d2fe09f21d5cf9ea2bcc0a
numAllowlistedERC721Addresses() view returns (uint256)
0
numPresaleMints() view returns (uint256)
510
numPresalePurchaseOwners() view returns (uint256)
87
oasis() view returns (address)
0x898157afb3e158cc835d19b9ecd37c69bf460f8c
owner() view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
paused() view returns (bool)
false
presaleEndTime() view returns (uint256)
1692032037
presaleGroupIdAllowlist() view returns (uint256)
1
presaleGroupIdOasis() view returns (uint256)
0
presaleMaxSupply() view returns (uint256)
600
presaleStartTime() view returns (uint256)
1692021600
presaleTotalSupply() view returns (uint256)
510
promoMintTotalSupply() view returns (uint256)
138
royaltyTotal() view returns (uint256)
100
sanctionsList() view returns (address)
0x40c57923924b5c5c5455c48d93317139addac8fb
wildRoyalty() view returns (uint256)
20
wildWallet() view returns (address)
0x700ee751fbf4bfd89c0163a479b8a506f0067d7f
Read-only
addressTotalSupply(address) view returns (uint256)
getGroup(uint256 _groupId) view returns (struct IWildXYZMinterGroup)
getGroupEndTime(uint256 _groupId) view returns (uint256)
getGroupPrice(uint256 _groupId) view returns (uint256)
getGroupStartTime(uint256 _groupId) view returns (uint256)
getUserGroup(address _user, bytes _signature) view returns (uint256)
getUserGroupAllowance(uint256 _groupId) view returns (uint256)
getUserGroupTotalSupply(address _user, uint256 _groupId) view returns (uint256)
getUserInfo(address _user, bytes _signature) view returns (struct IWildXYZMinterUserInfo)
getUserMinterInfo(address _user, bytes _signature) view returns (struct IWildXYZMinterUserInfo userInfo, struct WildXYZMinterPresalePresaleMinterInfo minterInfo)
presalePurchaseInfo(address) view returns (address owner, uint256 amount, uint256 value, bool processed, uint256 amountProcessed)
presalePurchaseOwners(uint256) view returns (address)
verifySignature(address _address, bytes _signature) view returns (bool valid)
State-modifying
Events addAllowlistedNFTAddress(address _nftAddress)
allowlistMint(uint256 _amount, bytes _signature) payable
allowlistPresalePurchase(uint256 _amount, bytes _signature) payable
oasisMint(uint256 _amount) payable
oasisMintDelegated(uint256 _amount, address _vault) payable
oasisPresalePurchase(uint256 _amount) payable
oasisPresalePurchaseDelegated(uint256 _amount, address _vault) payable
pause()
processPresaleMint(uint256 _index)
processPresaleMintBatch(uint256 _fromIndex, uint256 _toIndex)
promoMint(address _receiver, uint256 _amount, uint8 _mintType)
promoMintBatch(address[] _receiver, uint256[] _amounts, uint8 _mintType)
publicSaleMint(uint256 _amount) payable
removeAllowlistedNFTAddress(address _nftAddress)
renounceOwnership()
setAdminSigner(address _adminSigner)
setDelegationRegistry(address _delegationRegistry)
setGroupEndTime(uint256 _groupId, uint256 _endTime)
setGroupPrice(uint256 _groupId, uint256 _price)
setGroupStartTime(uint256 _groupId, uint256 _startTime)
setMaxPerAddress(uint256 _maxPerAddress)
setPresaleEndTime(uint256 _presaleEndTime)
setPresaleStartTime(uint256 _presaleStartTime)
setupMinter(uint256[2] _startTimes, uint256 _salePrice, uint256 _presaleMaxSupply, uint256 _presaleStartTime, uint256 _presaleEndTime, uint256 _presalePrice, uint256 _maxPerAddress, address _allowlistSigner, address _oasis, address[] _allowlistedERC721Addresses)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawToOwner()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PresalePurchase(address indexed owner, uint256 indexed amount, uint256 value, uint8 mintType)
PresalePurchaseProcessed(address indexed owner, uint256[] tokenIds)
TokenMint(address indexed to, uint256[] tokenIds, uint8 indexed mintType, uint256 amountPaid, bool isDelegated, address delegatedVault, bool oasisUsed, uint256[] oasisIds)
Unpaused(address account)
constructor(uint256 _maxSupply, uint256 _wildRoyalty, address _wildWallet, address _artistWallet, address _admin, address _sanctions, address _nft)
This contract contains no fallback and receive objects.
AlreadyProcessedPresalePurchase()
AlreadySetup()
ArraySizeMismatch()
FailedToMint(address _receiver)
FailedToPresaleMint(address _receiver, uint8 _mintType)
FailedToWithdraw(string _walletName, address _wallet)
GroupDoesNotExist(uint256 _groupId)
GroupNotLive(uint256 _groupId)
InsufficientFunds()
InvalidAllowlistType()
InvalidGroupStartTime(uint256 _startTime)
InvalidPresaleMintType(uint8 _mintType)
InvalidSignature(bytes _signature)
MaxPerAddressExceeded(address _receiver, uint256 _amount)
MaxSupplyExceeded()
NotComplete()
NotDelegated(address _sender, address _vault, address _contract)
NotEnoughOasisMints(address _receiver)
NotLive()
NotOnAllowlist(address _receiver)
OnlyAdmin()
OnlyAdminOrManager()
OnlyPresaleMinterOrAdmin()
PresalePurchaseNotFound()
SanctionedAddress(address _to)
ZeroAddress()
ZeroAmount()
ZeroOasisAllowance(address _receiver)