Juicebox Frens
Verified contract
Active on
Ethereum with 11,701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Juicebox Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124363 | 5 days ago | | | 0 | 0.00025350312 | |
| 21121411 | 5 days ago | | | 0 | 0.00023513748 | |
| 21101502 | 8 days ago | | | 0 | 0.00094249509 | |
| 21101448 | 8 days ago | | | 0 | 0.00085723356 | |
| 21067014 | 13 days ago | | | 0 | 0.00040482797 | |
| 20988708 | 24 days ago | | | 0 | 0.00029732951 | |
| 20967687 | a month ago | | | 0 | 0.00067949649 | |
| 20653639 | 2 months ago | | | 0 | 0.000017368783 | |
| 20653637 | 2 months ago | | | 0 | 0.000016257948 | |
| 20591455 | 3 months ago | | | 0 | 0.000088446621 |
ABI
ABI objects
Getter at block 21158793
baseURI() view returns (string)
ipfs://QmZFisp2agCv7hopfHcgPUBnTM1SL8vaJaz5VGvkvgszwv/
mintPrice() view returns (uint256)
24000000000000000
name() view returns (string)
Juicebox Frens
owner() view returns (address)
0xcb96594aba4627e6064731b0098dc97547b397be
saleConfig() view returns (uint32 preSaleStartTime, uint32 publicSaleStartTime, uint32 txLimit, uint32 supplyLimit)
(preSaleStartTime=1647645600, publicSaleStartTime=1647818400, txLimit=3, supplyLimit=6969)
symbol() view returns (string)
JBF
totalReleased() view returns (uint256)
166536000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
6969
whitelistSigner() view returns (address)
0xb6e4ff5065da9f17a9e53c66f17d1c534a27cdb9
withdrawalAddress() view returns (address)
0x0000000000000000000000000000000000000000
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 numberOfTokens) payable
buyPresale(bytes signature, uint256 numberOfTokens, uint256 approvedLimit) payable
configureSales(uint256 preSaleStartTime, uint256 publicSaleStartTime, uint256 txLimit, uint256 supplyLimit)
release(address account)
release(address token, address account)
renounceOwnership()
reserve(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri)
setRoyalties(address recipient, uint256 value)
setWhiteListSigner(address signerToSet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string inputBaseUri)
receive()
This contract contains no error objects.