This contract is being backfilled. You may encounter incomplete storage history.

WolVerse

Verified contract

Active on Ethereum with 2,298 txns
Deployed by via 0xc7196517 at 14930668
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "WolVerse"

0xf2be343e20b15f76345ab749dd8a678941d1aeaf4e99f82a31fa010b77ca87a3
From
0x93ada62d96df5eb69be2bd0809e7e60aac809e7d856ba5465b5c6b542fe09877
0x3c8f477df1c4a3381b2b541c6452377a4b537a532ea821d21f2544c8d4fdbf72
0xec2b9431d5b09ff8061fe6c8e68a69dbe45a53700e8ee230890224c4da0648a1
0xe7e8b79e41df69863f6021ce63f2464935095e1bbc65bdcff4c41c3fd14f0cea
0x9159f27c6ded1e465b4d32a2b4d7d0da5bc01b40f98ce064ae848c68643b9a29
0x9eb72bec2f41e4d37fbb9651ca80b0cc53810f6b3d0b103f501fe0c2a94eb454
0xa5fce713530722b3da273e7db9385add73fe94e033e6cbae4eab1e8323c7f7a0
0xd39395b49d8860d0feca2139ed2b6c5f5def3d1a1b3f9148131958fbf2068d8d
0x12fe4918ae34091b914a990712dbd98622478aa340d2d087a68f3bd6b7fa2477

Functions
Getter at block 20796540
baseURI(view returns (string)
https://wolverse-nft.s3.us-west-1.amazonaws.com/metadata/
burnContractAddress(view returns (address)
0x0000000000000000000000000000000000000000
freeMintAllocation(view returns (uint16)
75
freeMintIsActive(view returns (bool)
false
freeMintWalletLimit(view returns (uint16)
1
maxSupply(view returns (uint16)
2222
name(view returns (string)
WolVerse
owner(view returns (address)
0x8f22a0a7dc17aef7f712908b66507132fb847c32
paidMintIsActive(view returns (bool)
false
paidMintPrice(view returns (uint256)
10000000000000000
paidMintTxLimit(view returns (uint16)
5
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
WOLVERSE
tokensRemaining(view returns (uint256)
0
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
freeMintCount(addressview returns (uint16)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _ownerview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
airDrop(address _touint16 _quantity
approve(address touint256 tokenId
burn(uint256[] _tokenIds
freeMint(uint16 _quantitypayable 
paidMint(uint16 _quantitypayable 
reduceMaxSupply(uint16 _maxSupply
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setBurnContractAddress(address _burnContractAddress
setFreeMintAllocation(uint16 _freeMintAllocation
setFreeMintIsActive(bool _freeMintIsActive
setFreeMintWalletLimit(uint16 _freeMintWalletLimit
setPaidMintIsActive(bool _paidMintIsActive
setPaidMintPrice(uint256 _paidMintPrice
setPaidMintTxLimit(uint16 _paidMintTxLimit
setProxyRegistryAddress(address _proxyRegistryAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _proxyRegistryAddress
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(