De Society

Verified contract

Active on Ethereum with 113 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "De Society"

0xcb693f5bd82219f75ae54ee8c54b11a7680f35f2050e1cb4b501312220568d79
0x1b95da34cd22cde47e28cb725cc94e4afced036c54b5dc0c52b4f8009767b726
0x72fc578548ec0210f983d1a543389e8c9ea1c54cd9004ea4693f75560ab13e9b
0x7faba54e9de3454aaeb916e0dbf8e4abcfbf39687677525a5187331d400b197f
0x77b7088d01501604b1556214b505bfbde84dcdd1918de4261d4ea43cf576ce5c
0x6ea9f41a120ca6170c117d3a8ecc2dec7c97283f8debf792b71e13e070ce2ac7
0xda969dbf031d2896fee89a56243f9b63b453dbf1b2c6d6b5c6107e039f6e0bdb
0x65d7ab9479a6d571011c2110149354772f22a9726b1310de5d995e66fe125702
0xfdceb409126d3a2db59cfb2589e84853d18295356cb3a08dab2196e693d73ead
0x425d8a0623e29946f47acd7ead6620f1765ba14c88da1d316a1536ffb0fbef2b

Functions
Getter at block 21159496
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
169
merkleRoot(view returns (bytes32)
0x50e5d8de6d88f6999448343266bf9f16718acf22a06603bd47fb857bf03ae89b
name(view returns (string)
De Society
owner(view returns (address)
0x39b47d0bdd1b48d2dbf4d57e5b37f19bbbc95534
paused(view returns (bool)
true
preRevealMetadataUri(view returns (string)
ipfs://Qmbr7rqsYEKMLkx81Bv7YtUmyuys8e4fQCJ4BQiALQByqg/preReveal.json
price(view returns (uint256)
70000000000000000
publicAddressLimit(view returns (uint256)
10
publicMint(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
DeSo
totalSupply(view returns (uint256)
171
uriPrefix(view returns (string)
ipfs://QmYwWWhNv3uMpgPo4B3Lmm1FGTwdpDCKt42iNG7AMtD18D/
uriSuffix(view returns (string)
.json
whitelistAddressLimit(view returns (uint256)
2
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintedBalance(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistMintedBalance(addressview returns (uint256)
State-modifying
Mint(uint256 _mintAmountpayable 
WhitelistMint(bytes32[] _merkleProofuint256 _mintAmountpayable 
approve(address operatoruint256 tokenIdpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _newSupply
setPaused(bool _state
setPreRevealMetadataUri(string _preRevealMetadataUri
setPrice(uint256 _newPrice
setPublicAddressLimit(uint256 _limit
setPublicMint(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistAddressLimit(uint256 _limit
setmerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
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
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(