Basepaint First 30 Days
Verified contract
Active on
Base with 112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000002 | $3,346.98 |
$0.01 | |
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15768753 | 5 months ago | | | 0 | 4.6480509e-7 | |
| 15768692 | 5 months ago | | | 0 | 6.5401044e-7 | |
| 15768685 | 5 months ago | | | 0 | 8.2107535e-7 | |
| 5842647 | a year ago | | | 0 | 3.5794715e-7 | |
| 4174661 | a year ago | | | 0.0000009 | 0.0000089398071 | |
| 4083627 | a year ago | | | 0.0000009 | 0.0000012997919 | |
| 4009068 | a year ago | | | 0 | 0.0000040687261 | |
| 4008898 | a year ago | | | 0.000002 | 0.0000096612627 | |
| 4008872 | a year ago | | | 0.0000009 | 0.0000089398072 | |
| 4008525 | a year ago | | | 0.0000009 | 0.0000076533884 |
ABI
ABI objects
Getter at block 22767766
MAX_FREE_PER_WALLET() view returns (uint256)
0
MAX_MINTS_PER_TX() view returns (uint256)
5000
NUM_FREE_MINTS() view returns (uint256)
100000
PUBLIC_SALE_PRICE() view returns (uint256)
4500000000000000
baseTokenURI() view returns (string)
ipfs:///
freeNFTAlreadyMinted() view returns (uint256)
0
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
20000
name() view returns (string)
Basepaint First 30 Days
owner() view returns (address)
0x4a742cfa3646903a3a45810a44347b6ce050170c
symbol() view returns (string)
Basepaint First 30 Days
totalSupply() view returns (uint256)
1396
Read-only
balanceOf(address owner) view returns (uint256)
calculateMintingPrice(uint256 quantity) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Purchase(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()