Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BaseMaidens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11940961 | 8 months ago | | | 0 | 0.000000506347635705 | |
| 5894267 | a year ago | | | 0 | 0.000000095202234225 | |
| 3183004 | a year ago | | | 0 | 0.0000051409207 | |
| 2645246 | a year ago | | | 0 | 0.000000000012642963 | |
| 2575494 | a year ago | | | 0 | 0.000046653003 | |
| 2548254 | a year ago | | | 0 | 0.000046261530 | |
| 2533941 | a year ago | | | 0 | 0.000069979503 | |
| 2449378 | a year ago | | | 0.07 | 0.0018002155 | |
| 2429422 | a year ago | | | 0 | 0.0000046737029 | |
| 2429289 | a year ago | | | 0 | 0.00015199201 |
ABI
ABI objects
Getter at block 21890972
MAXPURCHASE() view returns (uint256)
10
MAXSUPPLY() view returns (uint256)
1111
contractURI() view returns (string)
ipfs://bafybeihuis4vnn4ybcomvxzlfsnkajv6gkz6uqatay3qzki3u3nepgus44/contract
frozenMetadata() view returns (bool)
false
mintEnabled() view returns (bool)
true
name() view returns (string)
BaseMaidens
owner() view returns (address)
0xa725dbddee6f0776687cf3834ab19bebd9c1c8d5
price() view returns (uint256)
7000000000000000
symbol() view returns (string)
BMAIDENS
totalSupply() view returns (uint256)
144
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOwned(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata()
mint(uint256 numberOfTokens) payable
promoMint(address[] _users)
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_)
setContractURI(string contractURI_)
setMintEnabled(bool _mintEnabled)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
withdrawETHFallback()
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)
PermanentURI(string _baseURI, string _contractURI)
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.