Commsaur

Verified contract

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

No balances found for "Commsaur"

0xb6104457a2613b39434587032ae5d8d849f8a633b4ab2fce4b5ff68db8f90998
0x83813d6f4ce05730fa10b286a3838a7d3d1ec2f54661f3255864627b856772ce
0xd1255c09bc0f84ba7563e315c7b75c478552905f9bae7ef00b773a1f449cc00b
0x274792f6d070ce52b1c3021f2d2cf6a452bbf4d69c3c0537ac8680c2f0ac26d1
0x916b89ff5575eef2e399e883273ae49212676733b790e1028d884b909424fa3b
0x1682151b6d50329ae857cbeac5df6e6afa3b408cb6ddad9de2b4785b4d689845
0xde7c5f0d90ee7f846b39de3e9a5035e224b7d55771305004a0c37000f3c69baa
0x46e67a77e575e8ded86134f4e504c52209d6997cf4b044885f136e02445c28d9
0x0c61cee0792f3261c980472897b671a3544e1297b3b66c3d2bdd355632e0895a
0xcecf7883eb0f48309d3c46c10ab613aa3e6e874602d776395553518a9209871e

Functions
Getter at block 20991338
MAX_SUPPLY(view returns (uint16)
3333
MINT_PRICE(view returns (uint256)
33000000000000000
mintReserved(view returns (bool)
true
mintStatus(view returns (uint8)
0
name(view returns (string)
Commsaur
owner(view returns (address)
0xbe59794dd2101b6f4313a28c0c2b99eae4c92cd0
symbol(view returns (string)
COMMSAUR
totalSupply(view returns (uint256)
3332
withdrawalAddress(view returns (address)
0x224f096cdfdb2cd3f4796de5f6019412b92e32de
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintAllowList(payable 
mintCommsaurs(uint256 commsaursToMintpayable 
renounceOwnership(
reserveTokens(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowList(address[] addresses
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMintStatus(uint256 status
setWithdrawalAddress(address _addr
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(