Blockparty
Verified contract
Active on
Ethereum with 1,536 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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Blockparty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263529 | 8 days ago | | | 0 | 0.00019880345 | |
| 21107002 | a month ago | | | 0 | 0.00022201008 | |
| 20945196 | 2 months ago | | | 0 | 0.00072726001 | |
| 20446154 | 4 months ago | | | 0 | 0.000072912854 | |
| 19747449 | 7 months ago | | | 0 | 0.00086526265 | |
| 19489191 | 8 months ago | | | 0 | 0.00062472432 | |
| 19477295 | 8 months ago | | | 0 | 0.00094509462 | |
| 19397444 | 9 months ago | | | 0 | 0.0018246818 | |
| 19393580 | 9 months ago | | | 0 | 0.0066357708 | |
| 19317805 | 9 months ago | | | 0 | 0.0016825073 |
ABI
ABI objects
Getter at block 21321765
contractURI() view returns (string)
name() view returns (string)
Blockparty
owner() view returns (address)
0xf3f78a32b36299364aca311adf3b9eb91fddabe6
symbol() view returns (string)
BNFT
totalSupply() view returns (uint256)
1564
Read-only
balanceOf(address owner) view returns (uint256)
creatorOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _receiver, string _tokenURI) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 tokenName, string tokenSymbol, string contractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.