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

Wemtos

Verified contract

Active on Ethereum with 4,057 txns
Deployed by via 0x3dec1250 at 15138515
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Wemtos"

0xd22478c41f4eb10852407b7442dbec3571291c0117bc257e31cba20fc196ba0f
0xd885b16fa0a769137fbf7f9f58fa3ca80fe583f6ebdae1665004c22c7ce5dc54
0x98ff7d9e77956b412a9659d5efd5363255d49c75ebe17cc541e44c3a47929956
0x17a99d229848d77ff3cbe6d99121bbbf00e497f22ce7b76b6183b3ce86a8c9c8
0x159c897f7b6984c2bbb7ebe40967e15c1f255a95586b9723f16276e1fb56e34d
0x4e5dac26ca036fdcc0a2bcc58c845bdcdf5073eedb308a1e7b7b1d40965df365
0x40b64f07f14d5d8a127e804f91dbbc0888841f43508eb9d5b86e5ed4b61e7c9d
0xafdbebeba89d11ead3608487499ad67b78352b514e41d685912c92e792461867
0xf61dc721d9e029157232986dbe4987943fd18f60194ab767cd90712caabc7ece
0x27cb79cc7b45be07f48fb27cd3a65d6cbfd6af8789385c214be4ae06538149b8

Functions
Getter at block 20801040
FREE_MAX_SUPPLY(view returns (uint256)
3333
MAX_PER_TX(view returns (uint256)
20
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
3333
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmUhJY38eF4RVo2NxEt4bxNQtVpF83Bjn8iJHZYkSV5Kup/
contractURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmUhJY38eF4RVo2NxEt4bxNQtVpF83Bjn8iJHZYkSV5Kup/
name(view returns (string)
Wemtos
owner(view returns (address)
0x65bdfccf4a524d33f8d34e597f5eeaef825f189c
paused(view returns (bool)
false
price(view returns (uint256)
3000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
Wemtos
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
collect(
configFREE_MAX_SUPPLY(uint256 newFreesupply
configMAX_SUPPLY(uint256 newSupply
configPrice(uint256 newPrice
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(