ChiptoPunks
Verified contract
Active on
Ethereum with 2,261 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 "ChiptoPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20221373 | 4 months ago | | | 0 | 0.00031033563 | |
| 19825761 | 6 months ago | | | 0 | 0.00062701725 | |
| 19528792 | 8 months ago | | | 0 | 0.0028005988 | |
| 19500330 | 8 months ago | | | 0 | 0.00084312883 | |
| 19428000 | 8 months ago | | | 0 | 0.0030248789 | |
| 19355188 | 8 months ago | | | 0 | 0.0036432775 | |
| 19351167 | 8 months ago | | | 0 | 0.0019379448 | |
| 19205731 | 9 months ago | | | 0 | 0.0011298387 | |
| 19149589 | 9 months ago | | | 0 | 0.00085386516 | |
| 19147873 | 9 months ago | | | 0 | 0.00069997452 |
ABI
ABI objects
Getter at block 21184317
maxChips() view returns (uint256)
512
name() view returns (string)
ChiptoPunks
owner() view returns (address)
0xf354d776288eff3a9b860945c2066936fd5a79e1
saleStartTimestamp() view returns (uint256)
1629500400
symbol() view returns (string)
CHIP
totalSupply() view returns (uint256)
512
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)
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)
mintChip(uint256 chipQuantity) payable
renounceOwnership()
reserveChips()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setTime(uint256 newTime)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.