The latest block we've processed for this chain is 20814627, which is 93 minutes old. We're running behind the tip but working to resolve the issue.

Wagmis

Verified contract

Proxy

Active on Ethereum with 5,326 txns
Deployed by via 0xd59cbb68 at 15716513
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
9 additional variables

No balances found for "Wagmis"

0x40c2af7041ae6eb399098291b71e6249c5814c65a27be5c7a5496e55043ab2cd
0xb089598d83b4ec4a4f43755e3f836a8a9b73190ceff2fb1763bf8fb2c1ce21cb
0xc4451a5a0b736bf11a1861490380bec3869922f1729c66090cfcbab28e7a5020
0xfc9cb2a409c97fc23f56d44c16bcb878dd2c1b863a25f719ac30864706c389db
0x46dd4c36a0e7e7cdf4fe26a3dd279efbd492c2b9c93ad021e8917a1727408652
0x6124cbed81395d9276b55bf3b20fea49343ad88838f1504cc54c6ce87bb0bd21
0xf3989b9d20056c61a371c1992d253ec0f1bef98f04c9ae6d5b98202936a01235
0x2f28af1086691e0e4704e1bfa339f512db11843805fd3c2d924f1fd5b0c3583d
0x09b0ed2aa1bf576835456184b7d4376bc8153f51554f675159467cb6dfa6559e
0x068cdcdf79a2dff9cd7a3d71a19a343d46480df36a3ce91ec689eaa8f8224885

Functions
Getter at block 20814626
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_cost(view returns (uint256)
30000000000000000
_maxSupply(view returns (uint256)
8888
_mintActiveAllow(view returns (bool)
false
_mintActiveGmi(view returns (bool)
false
_mintActivePublic(view returns (bool)
false
_mintActiveTeam(view returns (bool)
false
_txLimit(view returns (uint256)
5
_walletLimitAllow(view returns (uint256)
0
_walletLimitGmi(view returns (uint256)
0
_walletLimitPublic(view returns (uint256)
0
_walletLimitTeam(view returns (uint256)
0
name(view returns (string)
Wagmis
owner(view returns (address)
0xd24f94f2005630123e336775afbd870575fa3e7b
symbol(view returns (string)
WGM
totalSupply(view returns (uint256)
8888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedBalance(address walletview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
allowMint(uint256 mintAmountbytes32[] proof
approve(address touint256 tokenId
communityMint(address walletuint256 mintAmount
gmiMint(uint256 mintAmountbytes32[] proof
grantRole(bytes32 roleaddress account
initialize(string namestring symboladdress royaltyOwner
publicMint(uint256 mintAmount
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setMerkleRoot(bytes32 rootTeambytes32 rootGmibytes32 rootAllow
setMintActive(bool teamActivebool gmiActivebool allowActivebool publicActive
setProjectOwner(address projectOwner
setRoyalties(address recipientuint256 value
setWalletLimits(uint256 walletLimitTeamuint256 walletLimitGmiuint256 walletLimitAllowuint256 walletLimitPublicuint256 walletLimitCommunity
teamMint(uint256 mintAmountbytes32[] proof
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMaxSupply(
updatePrice(
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(