OmniseaERC721Psi
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "OmniseaERC721Psi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OmniseaERC721Psi"
ABI
ABI objects
Getter at block 21877260 totalMinted() view returns (uint256) totalSupply() view returns (uint256)
collectionURI() view returns (string)
contractURI() view returns (string)
ipfs://
dropsManager() view returns (address)
0x0000000000000000000000000000000000000000
endTime() view returns (uint256)
0
isEdition() view returns (bool)
false
isSBT() view returns (bool)
false
isZeroIndexed() view returns (bool)
false
maxSupply() view returns (uint24)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
royaltyAmount() view returns (uint24)
0
scheduler() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
tokensURI() view returns (string)
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint8 _phaseId) view returns (uint256)
mintedOf(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address _receiver, uint256 _royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(struct CreateParams params, address _owner, address _dropsManager, address _scheduler)
mint(address _minter, uint24 _quantity, bytes32[] _merkleProof, uint8 _phaseId) returns (uint256)
preMintToPlatform(uint256 _quantity)
preMintToTeam(uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPhase(uint8 _phaseId, uint256 _from, uint256 _to, bytes32 _merkleRoot, uint24 _maxPerAddress, uint256 _price, address _token, uint256 _minToken)
setRoyaltyAmount(uint24 _royaltyAmount)
setTokensURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMinted(address to, uint256 nextTokenId, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.