De Society
Verified contract
Active on
Ethereum with 113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "De Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18776441 | a year ago | | | 0 | 0.0013929659 | |
| 17454089 | a year ago | | | 0 | 0.0010684479 | |
| 17211168 | 2 years ago | | | 0 | 0.0075868371 | |
| 17103488 | 2 years ago | | | 0 | 0.0053154876 | |
| 17096904 | 2 years ago | | | 0 | 0.0029034549 | |
| 17084455 | 2 years ago | | | 0 | 0.0030023961 | |
| 17063618 | 2 years ago | | | 0 | 0.00090301921 | |
| 17055061 | 2 years ago | | | 0 | 0.0014901493 | |
| 17043550 | 2 years ago | | | 0 | 0.00082917209 | |
| 17043550 | 2 years ago | | | 0 | 0.00091861547 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintedBalance(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistMintedBalance(address) view returns (uint256)
State-modifying
Events Mint(uint256 _mintAmount) payable
WhitelistMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
approve(address operator, uint256 tokenId) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()