WAGMI WORLD

Verified contract

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

No balances found for "WAGMI WORLD"

0xf37ae3335e3461537aa7c923aa73caaf3bf9ab5e1792c581c817a9619c8e225a
0xb6703f8d6b332d73de935a12f05a95ba505f3dd18afc780e24b153b23bc7c51f
0xd3a188bb59ffe2a11b35c860448231660973cd5c5bf673021e54c4cebcc276ca
0xbb5a72777a3ee4b4139b2342a35eea7596f3ba5250e2aebfb024ae44e8f51188
0x6cad0ad60d72350cf43915733487ed64339bd5585714e55c4bc5f6c59e5e53f6
0xf3270f06090308a67afe18937041ca8a61f8f1d7ed16d5f14915360fbb92d24c
0x6cd0d85bbb7cda69b2caaebe4e4477ccaff0389f65cb0e75e49ae7e50598161f
0x43836905faf1e3cd855170e6e10adacd67f94b30deeac95923a97f07b6e34049
0x38403410900cdc04e38156d6dd928c8a4e21a96847b9587ada34ff65012287ff
0x4d8a73e8a35993e984a60245001017ba7533595ec122412b57a0c7e5b24051bf

Functions
Getter at block 21124567
getAirdropCount(view returns (uint256)
100
getStage(view returns (uint256)
4
name(view returns (string)
WAGMI WORLD
owner(view returns (address)
0xd7c15ed7fc348cd1bcfe27b12e0581645e82fd00
symbol(view returns (string)
WGMI
totalSupply(view returns (uint256)
800
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
airdrop(uint256 countaddress recipient
airdropMultiple(address[] recipients
approve(address touint256 tokenId
mintPrivateStage(uint256 countbytes32[] merkleProofpayable 
mintPublic(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMaxSupply(uint256 newMaxSupplyuint256 newPrivateMintSupply
setMerkleRootWagmiList(bytes32 newRoot
setMerkleRootWagmiListPlus(bytes32 newRoot
setStage(uint256 newStage
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
airDropped(uint256 countaddress recipient
stageChanged(uint256 stage
Constructor
constructor(uint256 maxSupplyuint256 airdropSupplyuint256 privateMintSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(