Based Minter
Verified contract
Active on
Base with 1,998 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22003780 | 3 hours ago | | | 0 | 6.4960959e-7 | |
| 21981817 | 15 hours ago | | | 0 | 6.4856265e-7 | |
| 21966380 | a day ago | | | 0 | 6.4658346e-7 | |
| 21923386 | 2 days ago | | | 0 | 6.4856265e-7 | |
| 21896117 | 3 days ago | | | 0 | 6.4531167e-7 | |
| 21453657 | 13 days ago | | | 0 | 6.4020347e-7 | |
| 21300103 | 16 days ago | | | 0 | 6.5154743e-7 | |
| 21099714 | 21 days ago | | | 0 | 2.2969518e-7 | |
| 21037920 | 22 days ago | | | 0 | 6.3499587e-7 | |
| 20986180 | 24 days ago | | | 0 | 6.3413764e-7 |
ABI
ABI objects
Getter at block 22008739
getTotalSupply() view returns (uint256)
927
maxSupply() view returns (uint256)
100000
name() view returns (string)
Based Minter
owner() view returns (address)
0x01bf1d4e54f9eb16f26a40eca62a2ab9915e8de4
paused() view returns (bool)
false
salePrice() view returns (uint256)
50000000000000
symbol() view returns (string)
BMinter
totalSupply() view returns (uint256)
927
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedFreeMint(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
freeMint()
mint(uint256 _quantity) 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 _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setSalePrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.