OnchainPunks
Verified contract
Active on
Ethereum with 1,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf40e…2464
Balances ($0.00)
No balances found for "OnchainPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21344797 | 7 days ago | | | 0 | 0.0016303743 | |
| 21327677 | 10 days ago | | | 0 | 0.00063897577 | |
| 21327676 | 10 days ago | | | 0 | 0.00064176945 | |
| 21327676 | 10 days ago | | | 0 | 0.00064176945 | |
| 21327676 | 10 days ago | | | 0 | 0.00064176945 | |
| 21327675 | 10 days ago | | | 0 | 0.00057967598 | |
| 21327673 | 10 days ago | | | 0 | 0.00062783917 | |
| 21327672 | 10 days ago | | | 0 | 0.00061775260 | |
| 20655603 | 3 months ago | | | 0 | 0.000028555600 | |
| 20607913 | 4 months ago | | | 0 | 0.000055121538 |
ABI
ABI objects
Getter at block 21395845 totalSupply() view returns (uint256)
canUpdateSeed() view returns (bool)
true
cost() view returns (uint256)
500000000000000
descriptor() view returns (address)
0xf40ec5d8197a7b02a8b20db507083592fac82464
maxSupply() view returns (uint256)
3333
minting() view returns (bool)
true
name() view returns (string)
OnchainPunks
owner() view returns (address)
0x5e5d6446459bba297b943c80b088803383e1bfa4
symbol() view returns (string)
Punk
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
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 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableSeedUpdate()
mint(uint32 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 newCost)
setDescriptor(address newDescriptor)
setMinting(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeed(uint256 tokenId, uint256 seed)
withdraw()
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)
SeedUpdated(uint256 indexed tokenId, uint256 seed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address newDescriptor)
This contract contains no fallback and receive objects.
This contract contains no error objects.