BaseMidPig

Verified contract

Active on Base with 3,455 txns
Deployed by via 0xa78b5f96 at 2442901
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3.29
ERC-20
Value $0.12
ERC-20
Value $0
ERC-20
--
0x27187213212a2110b9e02515cf34e2eac27bd3bf5f7939b51d525504686a0924
0xe3bbf8c4f795083b6f94d8f6609054426e3ee8083f8ba7994f9494b305cefae5
0x4b65c994eaf9b62642d8654f8ae253300906494387399facbc8eedbcf810dd58
0xcaf2eae46178aa08942a640b4e611485285e198452a0161276c2d14d5d3273bc
0xe9fa353655426ad7f2326c84977b3f65f14622fe95234d36c8dbcdd070c72820
0x30a52a0cdf768a87b13d52bc07e39a118459b37bd674815717fd0acaceb8d528
0xce009914cd3938c5814e52452c635acca93b9f5c669aace33fd6499b0f62de43
0x1d9b4e80ac9bb30587fa90e214fd7fafe759a8e492817827cc6e7b2553f31203
0xbf7e351e6a1df8021f9c502f8f6ac796fd0ca8d109db627ec76144d2dbdc2384
0x733d9344e81863db74d018c3932c269580b1c5f6bd067ee931ba7e524fb2041b

Functions
Getter at block 22759402
FreeSupply(view returns (uint256)
8888
MaxperWallet(view returns (uint256)
100
MaxperWalletFree(view returns (uint256)
2
baseExtension(view returns (string)
baseURI(view returns (string)
ipfs://QmcYiocriwGHqy3NQ9DRWAZUfmbUFXYN9g3oojWkAUi5LZ/
cost(view returns (uint256)
1
maxSupply(view returns (uint256)
9999
name(view returns (string)
BaseMidPig
notRevealedUri(view returns (string)
owner(view returns (address)
0x0d5875f1d4ec26b426829a9d0ed12b2293eec523
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
BMP
totalSupply(view returns (uint256)
5027
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
airdrop(uint256 _mintAmountaddress destination
approve(address touint256 tokenIdpayable 
freemint(uint256 tokens
mint(uint256 tokenspayable 
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setFreeMaxPerWallet(uint256 _limit
setFreesupply(uint256 _newsupply
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
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 _initBaseURIstring _notRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(