ERC721Opt

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x29875ef0 at 14016108
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ERC721Opt"

No transactions found for "ERC721Opt"


Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
advertise(address[] touint256[] numMints
approve(address touint256 tokenId
initialize(address owner_string name_string symbol_uint256 cap_uint256 freeCap_uint256 maxPerTx_uint256 price_
mint(address touint256 numMintpayable 
renounceOwnership(
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setFreeTokenCap(uint256 newCap
setTokenPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address account
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdraw(address indexed receiveruint256 amount
Constructor
constructor(address initializer_address osProxyRegistry_
Fallback and receive
receive(
Errors

This contract contains no error objects.