dWolfgameNFT

Verified contract

Proxy

Active on Ethereum with 1,780 txns
Deployed by via 0x5b67b0aa at 15566097
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional variables
ERC-20
Value $4.57
0x4985131d7d64625f8a1e5c5c12e850e188493b5bee1505f811fba0cf2ec3a954
0x21e31fb5460551bdd8295251c1c7d3b840bd6234507c8a989f9f6f9d4b203a37
0x2e6fd476d7d1c81b435673d878f3d9f83614020a1a5b908ac707db30725bca11
0x4673fae79a9b8998ad18194e13948e91e6cbdfd7f7f4bbc8812916fe586f5d48
0x88b798b1b0ceda36d8dacfa3759a2a7359a290bb108f19c3a9707364b6ba2728
0x21a171cf848b4dded42776f629719eb8c0221f198cd18bab44f24e4b125b539a
0x7a40028d2edeb47cefeaa650975f564e7031adcc4175d49ae0ebd71100cd7de7
0xd40443a9372ba3cb935fd2456009d5090cc4ce86681886cef272d8667dc5cbe2
0xf70173e613cef3ffec08b5a5f4ea5ed362337c940172834897c22bf8e5182e5d
0xea5a2c7cbd3be16e31fd0944a37c46f216f76488d6450de52a4a5994783b792f

Functions
Getter at block 20867712
IS_PUBLIC_MINTING_OPEN(view returns (bool)
false
MAX_MINTS_PER_WALLET(view returns (uint256)
1
MINT_FEE(view returns (uint256)
0
ammountWithdrawn(view returns (uint256)
561750721722220000
 
contractURI(view returns (string)
lockBaseUri(view returns (bool)
false
name(view returns (string)
dWolfgameNFT
owner(view returns (address)
0x256989f3f4dad58d34abd7ac0bd4af2b22aad5bc
placeholderImage(view returns (string)
remaining(view returns (uint256)
0
reserve(view returns (uint256)
0
royaltyBasis(view returns (uint256)
500
symbol(view returns (string)
dWGNFT
totalSupply(view returns (uint256)
999
version(pure returns (string)
2.0.0
Read-only
accountMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintsUsed(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenAvailable(uint256 tokenIDview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
airdrop(address[] to
approve(address touint256 tokenId
changeBaseUri(string baseURI_
changeMintFee(uint256 mintFee_
changeMintLimit(uint256 mintLimit_
changePlaceholderImage(string placeholderImage_
initialize(string name_string symbol_string baseURI_address ownerAddress_uint256 mintFee_uint256 size_address whiteListSignerAddress_uint256 mintLimit_uint256 royaltyBasis_string placeholderImage_
mint(uint256 quantitypayable 
mintWithSignature(bool isFreeaddress touint256 customFeeuint256 limituint256 quantitybytes signaturepayable 
permanentlyLockBaseUri(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePublicMinting(
transferBalance(address touint256 ammount
transferERC20Balance(address erc20ContractAddressaddress touint256 ammount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateReserveAmmount(uint256 ammount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(