DocialV3

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd83aa1cf at 15024725
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 48 additional slots

No balances found for "DocialV3"

No transactions found for "DocialV3"


Functions
Getter at block 20855991
counterFreeMint(view returns (uint256)
0
maxFreeMintPerWallet(view returns (uint256)
0
maxMintPerWallet(view returns (uint256)
0
maxMinting(view returns (uint256)
0
maxSupply(view returns (uint256)
0
mintPrice(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
startTime(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
viewPhaseTokenCounter(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getFreeMint(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
adminMint(uint256 quantitypayable 
approve(address touint256 tokenId
mint(uint256 quantitypayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
sendAirdDrop(address[] _addressuint256[] _qtytotal
setApprovalForAll(address operatorbool approved
setBaseUrl(string _uri
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMaxMinting(uint256 _setMaxMinting
setMaxSupply(uint256 _setMaxSupply
setMintPrice(uint256 _mintPrice
setStartTime(uint256 _startTime
setmaxFreeMintPerWallet(uint256 _maxFreeMintPerWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor

This contract contains no constructor objects.

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(