The Wilsonz by MetaSoccer
Verified contract
Active on
Ethereum with 2,719 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 "The Wilsonz by MetaSoccer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20554188 | 3 months ago | | | 0 | 0.000027895600 | |
| 20420145 | 4 months ago | | | 0 | 0.00063917621 | |
| 20328823 | 4 months ago | | | 0 | 0.00073594999 | |
| 20100849 | 5 months ago | | | 0 | 0.00011343032 | |
| 19832126 | 6 months ago | | | 0 | 0.000094716236 | |
| 19038914 | 10 months ago | | | 0 | 0.00090472306 | |
| 18275889 | a year ago | | | 0 | 0.00040205258 | |
| 17880963 | a year ago | | | 0 | 0.00082544876 | |
| 17515970 | a year ago | | | 0 | 0.0020237438 | |
| 17215785 | 2 years ago | | | 0 | 0.0040320345 |
ABI
ABI objects
Getter at block 21225188
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/8sFx-YLULh7sEIj3wppvS/chain/1/metadata/
maxPerWallet() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0x449a1bd2820e71ba44280cf8e10afb9690d4fdde29067e155b8a1e4af2a36e52
name() view returns (string)
The Wilsonz by MetaSoccer
owner() view returns (address)
0x7d024516490096ee7a517340d327fc4084025952
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
500
price() view returns (uint256)
0
saleState() view returns (uint8)
0
supply() view returns (uint256)
2022
symbol() view returns (string)
WILSONZ
totalSupply() view returns (uint256)
2022
Read-only
addressMintBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPerWalletMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()