Ben Mezrich Project 1
Verified contract
Active on
Ethereum with 8,436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Ben Mezrich Project 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21180083 | 15 days ago | | | 0 | 0.0036992873 | |
| 21176184 | 15 days ago | | | 0 | 0.0014610981 | |
| 20986353 | a month ago | | | 0 | 0.00066341258 | |
| 20982290 | a month ago | | | 0 | 0.00024151113 | |
| 20706585 | 3 months ago | | | 0 | 0.000065382835 | |
| 20697017 | 3 months ago | | | 0 | 0.000036711795 | |
| 20422873 | 4 months ago | | | 0 | 0.00017054339 | |
| 20421696 | 4 months ago | | | 0 | 0.00060071673 | |
| 20405121 | 4 months ago | | | 0 | 0.00020124778 | |
| 20404597 | 4 months ago | | | 0 | 0.000071994676 |
ABI
ABI objects
Getter at block 21284111
MAX_SUPPLY() view returns (uint256)
6000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmNXtsFbkHno3wbcUQQ8oGApZcJQU2GhNNkFCju7iFF7JA/
fundWallet() view returns (address)
0xfe4bca1f6cb50e63d6ac7efd1878e3d9110a8dde
isAllTokenMinted() view returns (bool)
true
isSaleActive() view returns (bool)
true
itemPrice() view returns (uint256)
60000000000000000
maxPurchase() view returns (uint256)
20
mintedTokens() view returns (uint256)
6000
name() view returns (string)
Ben Mezrich Project 1
owner() view returns (address)
0xfe4bca1f6cb50e63d6ac7efd1878e3d9110a8dde
startingIpfsId() view returns (uint256)
2339
symbol() view returns (string)
BENFT1
totalSupply() view returns (uint256)
6000
walletLimit() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) 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)
tokensOfOwner(address owner) view returns (uint256[])
walletMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintToken(uint256 _howMany) payable
modifyItemPrice(uint256 _itemPrice)
modifyMaxPurchase(uint256 _maxPurchase)
modifyWalletLimit(uint256 _walletLimit)
pausePublicSale()
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)
setFundWallet(address _fund)
setTokenURI(uint256 _tokenId, string _uri)
startPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH(uint256 _amount)
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 _tokenBaseUri, address _fundWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.