ERC721

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xbf587a6d at 5991685
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
1 additional variable

No balances found for "ERC721"

No transactions found for "ERC721"


Functions
Getter at block 21880233
baseURI(view returns (string)
contractURI(view returns (string)
0x3e3255cbe27f34a981a8afa98192e77eb198901a
creatorReferrer(view returns (address)
0x0000000000000000000000000000000000000000
feeManager(view returns (address)
0x0000000000000000000000000000000000000000
 
getMintFee(view returns (uint256)
 
getTotalMintPrice(view returns (uint256)
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
priceWei(view returns (uint256)
0
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
firstMint(address owneraddress minteraddress mintReferrerpayable 
initialize(address _feeManagerAddressaddress _creatorReferrerAddressstring name_string symbol_string baseURI_uint256 maxSupply_uint256 priceWei_
mint(address topayable returns (uint256)
mintWithReferrer(address toaddress mintReferrerpayable returns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setFeeManager(address newFeeManager
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string baseURI
FeeManagerChanged(address indexed oldFeeManageraddress indexed newFeeManager
Initialized(uint8 version
Minted(address indexed touint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.