Base NFT

Unverified contract

Proxy

Active on Base with 52,418 txns
Deployed by via 0xfb74f820 at 17562152
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Base NFT "

0x7825f3256566348c783f3d20125044cb9e5fd1b7c3d72db6e7b114cf11b8de7f
0xe025fbd65d4fc55b881c72fc49812f87352551a1c2d493463bb3bb8e5681fb9b
0x6dde58f6e348756f56fa7109958c362e41d9caf7cf013c5c5ba74c789a7ad750
0x5aaa0bfb74e7d6aa6bd80e3cc6b26752d28ee736ff38512ab1c2c28993c905b4
0xf0478eeca29c43c49c3c1dfa36acc3c2c648853bdfaf67837b7ab210f19b26bd
0xb0d1dc4313a72a88305a121bb970e741d754e3987705babcd326375c27ff0b94
0x0b37b1dcc57de470618b744a3b1bfa1920ce14a396aaaf79c9bbaaddfe7f824a
0x84eff0e4f15d99502f8950a7cd33829d5e4d533c90559b3395824d6495bb0f04
0x1daa21f5da82fd0240a2eeffb5eca969a1555d0e1b9b44909bdce94f2a331d49
0xb229cb5143b8f6e27d66ff05c3698207c8a908d45b90d0e04aa582b1f87ba500

Functions
Getter at block 22727639
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
52243
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Base NFT
owner(view returns (address)
0xca17eed241841c363ac9188a98d3316432a6c374
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BN
totalSupply(view returns (uint256)
52242
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId