WildXYZMinter
Verified contract
Active on
Ethereum with 193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ea5…31b6
0x67e0…a3da
0x1db7…b958
0x40c5…c8fb
0x8981…0f8c
0x0000…638b
3 additional
variables
Balances ($0.00)
No balances found for "WildXYZMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17684639 | a year ago | | | 0 | 0.0010497318 | |
| 17681115 | a year ago | | | 0.24 | 0.0042013476 | |
| 17681002 | a year ago | | | 0.24 | 0.0063891113 | |
| 17680686 | a year ago | | | 0.09 | 0.0024024349 | |
| 17680612 | a year ago | | | 0.085 | 0.0029139295 | |
| 17680441 | a year ago | | | 0.08 | 0.0026600139 | |
| 17680402 | a year ago | | | 0.09 | 0.0029113483 | |
| 17680344 | a year ago | | | 0.08 | 0.0030389306 | |
| 17680331 | a year ago | | | 0.09 | 0.0027291144 | |
| 17680327 | a year ago | | | 0.085 | 0.0030836038 |
ABI
ABI objects
Getter at block 21204487 getGroups() view returns (struct IWildXYZMinterGroup[] _groups) getMinterInfo() view returns (struct IWildXYZMinterMinterInfo)
admin() view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
adminSigner() view returns (address)
0xa8eaa9dc2d49624d0ca0bdefa30a6e2a957efb91
artistWallet() view returns (address)
0x67e01477c7b463397313bb64a111d0bab40ea3da
delegationRegistry() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
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(address) view returns (uint256)
addressTotalSupply(address) view returns (uint256)
getGroup(uint256 _groupId) view returns (struct IWildXYZMinterGroup)
getGroupPrice(uint256 _groupId) view returns (uint256)
getGroupStartTime(uint256 _groupId) view returns (uint256)
getOasisMintAllowance(address _oasisOwner) view returns (uint256)
getOasisPassMintsFromUser(address _user) view returns (uint256[] mintsPerTokenId)
getUserGroup(address _user, bytes _signature) view returns (uint256)
getUserGroupAllowance(address _user, 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 IWildXYZMinterMinterInfo minterInfo)
verifySignature(address _address, bytes _signature) view returns (bool valid)
State-modifying
Events allowlistMint(uint256 _amount, bytes _signature) payable
oasisMint(uint256 _amount) payable
oasisMintDelegated(uint256 _amount, address _vault) payable
pause()
promoMint(address _receiver, uint256 _amount, uint8 _mintType)
promoMintBatch(address[] _receiver, uint256[] _amounts, uint8 _mintType)
publicSaleMint(uint256 _amount) payable
renounceOwnership()
setAdminSigner(address _adminSigner)
setDelegationRegistry(address _delegationRegistry)
setGroupPrice(uint256 _groupId, uint256 _price)
setGroupStartTime(uint256 _groupId, uint256 _startTime)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerOasis(uint256 _maxPerOasis)
setWildPassManager(address _manager)
setup(uint256[3] _startTimes, uint256[3] _prices, uint256 _maxPerOasis, uint256 _maxPerAddress, address _allowlistSigner, address _oasis)
transferOwnership(address newOwner)
unpause()
wildPassMint(address _receiver, uint256 _amount) payable
wildPassMintBatch(address[] _receiver, uint256[] _amounts) payable
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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.
AlreadySetup()
ArraySizeMismatch()
FailedToWithdraw(string _walletName, address _wallet)
GroupDoesNotExist(uint256 _groupId)
GroupNotStarted(uint256 _groupId)
InsufficientFunds()
InvalidGroupStartTime(uint256 _startTime)
InvalidSignature(bytes _signature)
MaxPerAddressExceeded(address _receiver, uint256 _amount)
MaxSupplyExceeded()
NotDelegated(address _sender, address _vault, address _contract)
NotEnoughOasisMints(address _receiver)
NotLive()
OnlyAdmin()
OnlyAdminOrManager()
SanctionedAddress(address _to)
ZeroAddress()
ZeroAmount()
ZeroOasisAllowance(address _receiver)