OpenSea Shared Storefront
Verified contract
Active on
Ethereum with 3,726 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "OpenSea Shared Storefront"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20347953 | 4 months ago | | | 0 | 0.00019977864 | |
| 20067118 | 5 months ago | | | 0 | 0.00027980536 | |
| 19298592 | 9 months ago | | | 0 | 0.0057152455 | |
| 19297634 | 9 months ago | | | 0 | 0.0013089157 | |
| 19093591 | 10 months ago | | | 0 | 0.00063448689 | |
| 18923188 | a year ago | | | 0 | 0.00041428780 | |
| 18902852 | a year ago | | | 0 | 0.00055363280 | |
| 17336046 | a year ago | | | 0 | 0.0017535858 | |
| 17319646 | a year ago | | | 0 | 0.0017036612 | |
| 16914173 | 2 years ago | | | 0 | 0.00092935801 |
ABI
ABI objects
Getter at block 21229738
PRESALE_MINT_LIMIT() view returns (uint256)
5
PRESALE_PRICE() view returns (uint256)
10
PUBLIC_MINT_LIMIT() view returns (uint256)
2
PUBLIC_PRICE() view returns (uint256)
10
PUBLIC_SUPPLY() view returns (uint256)
3110
m_whitelistRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
OpenSea Shared Storefront
owner() view returns (address)
0xd5df30f410fb88d7514a1c5a1060a58a4dc2c2a3
preSaleActiveDatetime() view returns (uint256)
1658673000
publicSaleActiveDatetime() view returns (uint256)
1658759400
symbol() view returns (string)
OPENSTORE
totalSupply() view returns (uint256)
3110
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
indexer(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(bytes32 _leafNode, bytes32[] proof) view returns (bool)
m_mapPresaleMintCount(address) view returns (uint256)
m_mapPublicMintCount(address) view returns (uint256)
m_mapWhitelist(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLeaf(address account, uint256 index, uint256 amount) pure returns (bytes32)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] airdropAddress, uint256 numberOfTokens)
approve(address to, uint256 tokenId)
mintPublic(uint256 numberOfTokens) payable
mintPublicWithCreditCard(address to, uint256 numberOfTokens) payable
mintWhitelist(uint256 numberOfTokens, uint256 index, uint256 amount, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveDatetime(uint256 _presaleDatetime, uint256 _publicDatetime)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxLimit(uint256 publicSupply)
setMintLimit(uint256 presaleMintLimit, uint256 publicMintLimit)
setMintPrice(uint256 presaleMintPrice, uint256 publicMintPrice)
setWhiteList(address[] _addressList, bool bEnable)
setWhiteListRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.