ERC721Opt
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "ERC721Opt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC721Opt"
ABI
ABI objects
Getter at block 21276405
freeMintLeft() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x380529ed02d37e147754469e2b7dcbfce0e4fbe4
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events advertise(address[] to, uint256[] numMints)
approve(address to, uint256 tokenId)
initialize(address owner_, string name_, string symbol_, uint256 cap_, uint256 freeCap_, uint256 maxPerTx_, uint256 price_)
mint(address to, uint256 numMint) payable
renounceOwnership()
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeTokenCap(uint256 newCap)
setTokenPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address account)
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)
Withdraw(address indexed receiver, uint256 amount)
constructor(address initializer_, address osProxyRegistry_)
receive()
This contract contains no error objects.