Base NFT

Verified contract

Active on Base with 311 txns
Deployed by via 0x429fc48f at 16172125
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x5561e899ea5bf8c81841965f49104f5591846a0f50b761924dc0a0ca20d27e88
0x64e545c2932e2a11ab690b05de65c2225e7e83438f7c91dea624dcc07f77e292
0x5c25c2559f2636a6a297d73a339a38341f3448d40845fe6bb929678527c61725
0x9d30814e760024ae1c710312aba678ded3e7bf9f03a1183233368bf26a6e5407
0x0444c1720b36c9e494fd6cd9d9f505fdca0d9f9011245d4960994fc56897831e
0x44f67feddb69931071bf393ac2a1582dfe131f75dba45e3dab6c7570b65afc0c
0xa9e4ebedb6c5144cdacbf91a1c98264be585b2f77f79037298bb78a3e108b359
0x9af74ccb89491e45c2755088c2d3b1d350b4cf9e6d863ca9faf739352fcc5762
0x0d3e6a6f53073c1b79ec81cba7a2994f83b4f823bf619740102d85057d9c2731
0x0db220408925e02178f6ee93abe83958daefc5670e74de51c09c6f3ba9d6ce0c

Functions
Getter at block 23904372
baseURI(view returns (string)
https://api-launchpad.omnihub.xyz/api/metadata/base/
fee(view returns (uint256)
5000000000000
name(view returns (string)
Base NFT
owner(view returns (address)
0x19db1e417df8837779698f7f9a9ba74f47a5a9eb
supply(view returns (uint256)
1000
symbol(view returns (string)
BSNFT
totalSupply(view returns (uint256 result)
411
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
airdrop(address[] _addresses
approve(address touint256 tokenIdpayable 
mint(uint256 quantitypayable 
mintTo(address _receiveruint256 _quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _feeuint256 _supplystring _newBaseURIaddress _initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
StringsInsufficientHexLength(uint256 valueuint256 length
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(