J. Pierce & Friends
Verified contract
Active on
Ethereum with 5,501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "J. Pierce & Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21032434 | 25 days ago | | | 0 | 0.00033075743 | |
| 20958208 | a month ago | | | 0 | 0.00027414035 | |
| 20699029 | 2 months ago | | | 0 | 0.000056759810 | |
| 20699023 | 2 months ago | | | 0 | 0.00010177334 | |
| 20521824 | 3 months ago | | | 0 | 0.000055813166 | |
| 20396851 | 4 months ago | | | 0 | 0.000073811261 | |
| 20136308 | 5 months ago | | | 0 | 0.00014142310 | |
| 20090958 | 5 months ago | | | 0 | 0.00067520607 | |
| 20011823 | 5 months ago | | | 0 | 0.00074345180 | |
| 20007326 | 5 months ago | | | 0 | 0.00036930409 |
ABI
ABI objects
Getter at block 21211985
MAX_ELEMENTS() view returns (uint256)
4000
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYz9Xnq1K68j1YRH7vyuxxByPjUh7NsRmTZ1GuSFDi5Wj/
creatorAddress() view returns (address)
0x6c474099ad6d9af49201a38b9842111d4acd10bc
listOnly() view returns (bool)
false
name() view returns (string)
J. Pierce & Friends
owner() view returns (address)
0x6c474099ad6d9af49201a38b9842111d4acd10bc
placeHolder() view returns (bool)
false
saleOn() view returns (bool)
true
salePrice() view returns (uint256)
37000000000000000
symbol() view returns (string)
JPF
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
totalBought(address) view returns (uint8)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
creditCardMint(uint8 _count, address _to)
mint(uint8 _count, address _to, uint256 code) payable
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)
setListOnly(bool isOn)
setPlaceHolder(bool isOn)
setPrice(uint256 _price)
setSaleOn(bool isOn)
setWlc(uint256 _wlc)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed sender, uint256 count, uint256 paid, uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateRoyalty(address indexed _address, uint256 _bps)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.