Juicebox project
Verified contract
Active on
Ethereum with 500 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Juicebox project"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19305128 | 9 months ago | | | 0 | 0.0012644554 | |
| 19305104 | 9 months ago | | | 0 | 0.0012720696 | |
| 19081033 | 10 months ago | | | 0 | 0.00024378450 | |
| 18770124 | a year ago | | | 0 | 0.0018108556 | |
| 18769721 | a year ago | | | 0 | 0.0012591549 | |
| 18769335 | a year ago | | | 0 | 0.0019800492 | |
| 17507456 | a year ago | | | 0 | 0.0011360677 | |
| 17333278 | a year ago | | | 0 | 0.0024685480 | |
| 17333278 | a year ago | | | 0 | 0.0017994502 | |
| 17333164 | a year ago | | | 0 | 0.0011265275 |
ABI
ABI objects
Getter at block 21253018
count() view returns (uint256)
648
name() view returns (string)
Juicebox project
operatorStore() view returns (address)
0xab47304d987390e27ce3bc0fa4fe31e3a98b0db2
symbol() view returns (string)
JUICEBOX PROJECT
Read-only
balanceOf(address owner) view returns (uint256)
challengeExpiryOf(bytes32) view returns (uint256)
exists(uint256 _projectId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
handleOf(uint256) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectFor(bytes32) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
transferAddressFor(bytes32) view returns (address)
uriOf(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
challengeHandle(bytes32 _handle)
claimHandle(bytes32 _handle, address _for, uint256 _projectId)
create(address _owner, bytes32 _handle, string _uri, address _terminal) returns (uint256)
renewHandle(uint256 _projectId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHandle(uint256 _projectId, bytes32 _handle)
setUri(uint256 _projectId, string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferHandle(uint256 _projectId, address _to, bytes32 _newHandle) returns (bytes32 _handle)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChallengeHandle(bytes32 indexed handle, uint256 challengeExpiry, address caller)
ClaimHandle(address indexed account, uint256 indexed projectId, bytes32 indexed handle, address caller)
Create(uint256 indexed projectId, address indexed owner, bytes32 indexed handle, string uri, address terminal, address caller)
RenewHandle(bytes32 indexed handle, uint256 indexed projectId, address caller)
SetHandle(uint256 indexed projectId, bytes32 indexed handle, address caller)
SetUri(uint256 indexed projectId, string uri, address caller)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferHandle(uint256 indexed projectId, address indexed to, bytes32 indexed handle, bytes32 newHandle, address caller)
constructor(address _operatorStore)
This contract contains no fallback and receive objects.
This contract contains no error objects.