WildXYZMinter

Verified contract

Active on Ethereum with 193 txns
Deployed by via 0xb8c30adc at 17671238
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "WildXYZMinter"

0x372e6257ae492b3effd95b989a5ba31bbb08f40b5b58c435c9aab159475f277d
0x8375e8c0413f51877c3b8c39354ff3ffd2a99429cb2e6b236b5eefd6ad9ebd1a
0x0b4a9faa9503b65f02fd12721afbbd8a8ece53d27c87d357a4ce9c24053d4507
From
0x0bf15b0576f06ba0c2a4530dc74d2ca391d548270460f8a32c814bed6e420f15
0x1c596da28addf2e6e163d25bb41e3e9464c2023a60a9bb9d0d2b377c23de6ac4
0x57202f652655b8372c7a4e644e8c7d2b0fb7f2bbc370db2e92a73e1a642acfc6
0xcd33466d12b1097f128bf0724179463c72c7007a7fba40dd031d30ac97add536
0x342d5a4e3a1b9abbdd2f4db351cae47564bb4258b340a632e51fbfc157a56cd9
0x9111c7074ff166810b3d668dbe2fcadb4a30df71b8bd1a3e877f7782499a427b
0x385ac75666192ea0295717de78d3ae9e2088dd3fa53419e0b8286468c11ca37b

Functions
Getter at block 21204487
admin(view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
adminSigner(view returns (address)
0xa8eaa9dc2d49624d0ca0bdefa30a6e2a957efb91
artistWallet(view returns (address)
0x67e01477c7b463397313bb64a111d0bab40ea3da
delegationRegistry(view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
 
getGroups(view returns (struct IWildXYZMinterGroup[] _groups)
 
getMinterInfo(view returns (struct IWildXYZMinterMinterInfo)
getState(view returns (uint8)
2
maxPerAddress(view returns (uint256)
10
maxPerOasis(view returns (uint256)
10
maxSupply(view returns (uint256)
256
nft(view returns (address)
0x1db727c12fb0558fd57d472964a9e136e306b958
oasis(view returns (address)
0x898157afb3e158cc835d19b9ecd37c69bf460f8c
owner(view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
paused(view returns (bool)
false
promoMintTotalSupply(view returns (uint256)
65
royaltyTotal(view returns (uint256)
100
sanctionsList(view returns (address)
0x40c57923924b5c5c5455c48d93317139addac8fb
wildPassManager(view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
wildRoyalty(view returns (uint256)
9
wildWallet(view returns (address)
0x5ea5bd6b16cccd8671656bb762a3a09e86e231b6
Read-only
addressTotalOasisSupply(addressview returns (uint256)
addressTotalSupply(addressview returns (uint256)
getGroup(uint256 _groupIdview returns (struct IWildXYZMinterGroup)
getGroupPrice(uint256 _groupIdview returns (uint256)
getGroupStartTime(uint256 _groupIdview returns (uint256)
getOasisMintAllowance(address _oasisOwnerview returns (uint256)
getOasisPassMintsFromUser(address _userview returns (uint256[] mintsPerTokenId)
getUserGroup(address _userbytes _signatureview returns (uint256)
getUserGroupAllowance(address _useruint256 _groupIdview returns (uint256)
getUserGroupTotalSupply(address _useruint256 _groupIdview returns (uint256)
getUserInfo(address _userbytes _signatureview returns (struct IWildXYZMinterUserInfo)
getUserMinterInfo(address _userbytes _signatureview returns (struct IWildXYZMinterUserInfo userInfostruct IWildXYZMinterMinterInfo minterInfo)
verifySignature(address _addressbytes _signatureview returns (bool valid)
State-modifying
allowlistMint(uint256 _amountbytes _signaturepayable 
oasisMint(uint256 _amountpayable 
oasisMintDelegated(uint256 _amountaddress _vaultpayable 
pause(
promoMint(address _receiveruint256 _amountuint8 _mintType
promoMintBatch(address[] _receiveruint256[] _amountsuint8 _mintType
publicSaleMint(uint256 _amountpayable 
renounceOwnership(
setAdminSigner(address _adminSigner
setDelegationRegistry(address _delegationRegistry
setGroupPrice(uint256 _groupIduint256 _price
setGroupStartTime(uint256 _groupIduint256 _startTime
setMaxPerAddress(uint256 _maxPerAddress
setMaxPerOasis(uint256 _maxPerOasis
setWildPassManager(address _manager
setup(uint256[3] _startTimesuint256[3] _pricesuint256 _maxPerOasisuint256 _maxPerAddressaddress _allowlistSigneraddress _oasis
transferOwnership(address newOwner
unpause(
wildPassMint(address _receiveruint256 _amountpayable 
wildPassMintBatch(address[] _receiveruint256[] _amountspayable 
withdraw(
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TokenMint(address indexed touint256[] tokenIdsuint8 indexed mintTypeuint256 amountPaidbool isDelegatedaddress delegatedVaultbool oasisUseduint256[] oasisIds
Unpaused(address account
Constructor
constructor(uint256 _maxSupplyuint256 _wildRoyaltyaddress _wildWalletaddress _artistWalletaddress _adminaddress _sanctionsaddress _nft
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadySetup(
ArraySizeMismatch(
FailedToWithdraw(string _walletNameaddress _wallet
GroupDoesNotExist(uint256 _groupId
GroupNotStarted(uint256 _groupId
InsufficientFunds(
InvalidGroupStartTime(uint256 _startTime
InvalidSignature(bytes _signature
MaxPerAddressExceeded(address _receiveruint256 _amount
MaxSupplyExceeded(
NotDelegated(address _senderaddress _vaultaddress _contract
NotEnoughOasisMints(address _receiver
NotLive(
OnlyAdmin(
OnlyAdminOrManager(
SanctionedAddress(address _to
ZeroAddress(
ZeroAmount(
ZeroOasisAllowance(address _receiver