BasePaint Week 7 Progress
Verified contract
Active on
Base with 3,302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.53)
Native
Value
$0.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000162 | $3,294.70 |
$0.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743810 | 8 hours ago | | | 0.000009 | 4.9584805e-7 | |
| 22743803 | 8 hours ago | | | 0.000009 | 4.9527079e-7 | |
| 22743793 | 8 hours ago | | | 0.000009 | 4.9365707e-7 | |
| 22743786 | 8 hours ago | | | 0.000009 | 4.9322968e-7 | |
| 22743780 | 8 hours ago | | | 0.000009 | 4.9314304e-7 | |
| 22727403 | 17 hours ago | | | 0.000009 | 0.000000101643107811 | |
| 22727395 | 17 hours ago | | | 0.000009 | 0.000000101643107811 | |
| 22721414 | 21 hours ago | | | 0.000027 | 0.000010915158 | |
| 22720667 | 21 hours ago | | | 0.000009 | 4.9785566e-7 | |
| 22720660 | 21 hours ago | | | 0.000009 | 4.9988159e-7 |
ABI
ABI objects
Getter at block 22758733
MAX_FREE_PER_WALLET() view returns (uint256)
5
MAX_MINTS_PER_TX() view returns (uint256)
100
NUM_FREE_MINTS() view returns (uint256)
1641
PUBLIC_SALE_PRICE() view returns (uint256)
9000000000000
SPECIAL_PRICE_10() view returns (uint256)
799000000000000
SPECIAL_PRICE_100() view returns (uint256)
6330000000000000
baseTokenURI() view returns (string)
ipfs://bafybeib6ebjtr2qk3ivqzphg4lyot5n4fpfnd4vvyrfwapcjdp6xr7espi
freeNFTAlreadyMinted() view returns (uint256)
1641
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
10000
name() view returns (string)
BasePaint Week 7 Progress
owner() view returns (address)
0x02b49cb6042c310370057b7d2557d9034439b012
symbol() view returns (string)
BPW7
totalSupply() view returns (uint256)
4775
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 approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
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)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()