WILDNFTContract
Verified contract
Active on
Base with 76 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WILDNFTContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3713614 | a year ago | | | 0 | 4.7713489e-7 | |
| 3712049 | a year ago | | | 0.05 | 0.000017469930 | |
| 3707920 | a year ago | | | 0 | 5.2441948e-7 | |
| 3703936 | a year ago | | | 0.05 | 0.0000030378041 | |
| 3703831 | a year ago | | | 0.05 | 0.000021914035 | |
| 3703192 | a year ago | | | 0.05 | 0.000021454300 | |
| 3701869 | a year ago | | | 0 | 0.0000023825802 | |
| 3698159 | a year ago | | | 0.05 | 0.0000041376150 | |
| 3686704 | a year ago | | | 0.05 | 0.0000026499521 | |
| 3663383 | a year ago | | | 0 | 4.7238147e-7 |
ABI
ABI objects
Getter at block 22935089
baseExtension() view returns (string)
.json
baseURI() view returns (string)
/
getCurrentRound() view returns (uint256)
2
maxMintAmount() view returns (uint256)
1
name() view returns (string)
WILD (PRIVATE)
owner() view returns (address)
0x3c48771f152006576b6a9f55298fa93c53dd8ca2
paused() view returns (bool)
false
privateCost() view returns (uint256)
100000000000000000
publicCost() view returns (uint256)
50000000000000000
round() view returns (uint256)
2
symbol() view returns (string)
WLprv
totalPrivateSaleParticipant() view returns (uint256)
12
totalSupply() view returns (uint256)
23
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to) payable
pause(bool _state)
removeWhitelistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost, uint256 _round)
setRound(uint256 _newRound)
setTotalPrivateSaleParticipant(uint256 _newCount)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
receive()
This contract contains no error objects.