Beeple Round 2 Open Edition
Verified contract
Active on
Ethereum with 1,992 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Beeple Round 2 Open Edition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277458 | 5 hours ago | | | 0 | 0.00044432061 | |
| 21250765 | 4 days ago | | | 0 | 0.00059224254 | |
| 21249334 | 4 days ago | | | 0 | 0.0012195754 | |
| 21244288 | 5 days ago | | | 0 | 0.00092410049 | |
| 21239008 | 6 days ago | | | 0 | 0.00063981402 | |
| 21231946 | 7 days ago | | | 0 | 0.0011571135 | |
| 21230784 | 7 days ago | | | 0 | 0.00087969045 | |
| 21218979 | 8 days ago | | | 0 | 0.00048862563 | |
| 21129336 | 21 days ago | | | 0 | 0.0033097680 | |
| 21129104 | 21 days ago | | | 0 | 0.0016907400 |
ABI
ABI objects
Getter at block 21279052
baseURI() view returns (string)
https://api.niftygateway.com/beepletwoopen/
contractId() view returns (uint256)
1
contractOwner() view returns (address)
0xc6b0562605d35ee710138402b878ffe6f2e23807
masterBuilderContract() view returns (address)
0x6efb06cf568253a53c7511bd3c31ab28becb0192
name() view returns (string)
Beeple Round 2 Open Edition
nameOfCreator() view returns (string)
Beeple
numNiftiesCurrentlyInContract() view returns (uint256)
3
symbol() view returns (string)
BEEPLE2
totalSupply() view returns (uint256)
601
Read-only
_niftyIPFSHashes(uint256) view returns (string)
_niftyPrice(uint256) view returns (uint256)
_numNiftyMinted(uint256) view returns (uint256 _value)
_numNiftyPermitted(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isNiftySoldOut(uint256 niftyType) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIPFSHash(uint256 tokenId) view returns (string)
tokenName(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
closeOpenEdition()
giftNifty(address collector_address, uint256 niftyType)
massMintNFTs(address collector_address, uint256 numToMint, uint256 niftyType)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseURI(string newBaseURI)
setNiftyName(uint256 niftyType, string niftyName)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NiftyCreated(address new_owner, uint256 _niftyType, uint256 _tokenId)
NiftyPurchased(address _buyer, uint256 _amount, uint256 _tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string base_uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.