WagmisV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x11070de6 at 15747934
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
5 additional variables

No balances found for "WagmisV2"

No transactions found for "WagmisV2"


Functions
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 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)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowMint(uint256 mintAmountbytes32[] proofpayable 
approve(address touint256 tokenId
communityMint(address walletuint256 mintAmount
gmiMint(uint256 mintAmountbytes32[] proofpayable 
grantRole(bytes32 roleaddress account
initialize(string namestring symboladdress royaltyOwner
publicMint(uint256 mintAmountpayable 
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 walletLimitPublic
teamMint(uint256 mintAmountbytes32[] proofpayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePrice(
withdraw(
Events
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(