Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0x1725…9970
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Chip Art"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20403078 | 4 months ago | | | 0 | 0.00028867855 | |
| 19940120 | 6 months ago | | | 0 | 0.00039270151 | |
| 18888695 | a year ago | | | 0 | 0.00085630810 | |
| 18873530 | a year ago | | | 0 | 0.00074639804 | |
| 18866116 | a year ago | | | 0 | 0.00060745453 | |
| 18835836 | a year ago | | | 0 | 0.0018623191 | |
| 18814989 | a year ago | | | 0 | 0.0051727239 | |
| 18430563 | a year ago | | | 0 | 0.00089458669 | |
| 18332362 | a year ago | | | 0 | 0.00042596440 | |
| 17563734 | a year ago | | | 0 | 0.00061631509 |
ABI
ABI objects
Getter at block 21292054
baseTokenURI() view returns (string)
https://live---metadata-cjlpvcqpcq-uc.a.run.app/
beneficiary() view returns (address)
0x17252d391f6c7c25e8cec6ecf86b0dc3d6aa9970
name() view returns (string)
Chip Art
owner() view returns (address)
0x33df37c7384bd90f3304578791442391661c8dfc
paused() view returns (bool)
false
price() view returns (uint256)
180000000000000000
publicMinting() view returns (bool)
true
royaltyBasisPoints() view returns (uint256)
750
sellerConfig() view returns (uint256 totalInventory, uint256 maxPerAddress, uint256 maxPerTx, uint248 freeQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory)
(totalInventory=2750, maxPerAddress=10, maxPerTx=0, freeQuota=25, reserveFreeQuota=true, lockFreeQuota=false, lockTotalInventory=false)
symbol() view returns (string)
CHIP
totalSold() view returns (uint256)
709
totalSupply() view returns (uint256 value)
709
Read-only
balanceOf(address owner) view returns (uint256)
cost(uint256 n, uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addSigner(address signer)
approve(address to, uint256 tokenId)
mint(address to, uint256 n) payable
mintEarly(address to, uint256 n, bytes sig) payable
pause()
purchaseFreeOfCharge(address to, uint256 n)
removeSigner(address signer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setBeneficiary(address _beneficiary)
setPrice(uint256 _price)
setPublicMinting(bool _publicMinting)
setRoyalties(uint256 basisPoints)
setSellerConfig(struct SellerSellerConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Refund(address indexed buyer, uint256 amount)
Revenue(address indexed beneficiary, uint256 numPurchased, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.