WagmisV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
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
5 additional
variables
Balances ($0.00)
No balances found for "WagmisV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WagmisV2"
ABI
ABI objects
Getter at block 21186256
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_cost() view returns (uint256)
0
_maxSupply() view returns (uint256)
0
_mintActiveAllow() view returns (bool)
false
_mintActiveGmi() view returns (bool)
false
_mintActivePublic() view returns (bool)
false
_mintActiveTeam() view returns (bool)
false
_txLimit() view returns (uint256)
0
_walletLimitAllow() view returns (uint256)
0
_walletLimitGmi() view returns (uint256)
0
_walletLimitPublic() view returns (uint256)
0
_walletLimitTeam() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowMint(uint256 mintAmount, bytes32[] proof) payable
approve(address to, uint256 tokenId)
communityMint(address wallet, uint256 mintAmount)
gmiMint(uint256 mintAmount, bytes32[] proof) payable
grantRole(bytes32 role, address account)
initialize(string name, string symbol, address royaltyOwner)
publicMint(uint256 mintAmount) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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 rootTeam, bytes32 rootGmi, bytes32 rootAllow)
setMintActive(bool teamActive, bool gmiActive, bool allowActive, bool publicActive)
setProjectOwner(address projectOwner)
setRoyalties(address recipient, uint256 value)
setWalletLimits(uint256 walletLimitTeam, uint256 walletLimitGmi, uint256 walletLimitAllow, uint256 walletLimitPublic)
teamMint(uint256 mintAmount, bytes32[] proof) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()