CEO of CryptoPunks
Verified contract
Active on
Ethereum with 2 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 "CEO of CryptoPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14076890 | 3 years ago | | | 0 | 0.0064977542 | |
| 14076879 | 3 years ago | | | 0 | 0.0095323833 |
ABI
ABI objects
Getter at block 21401098
baseTokenURI() view returns (string)
ipfs://QmSS3umdraDF5gw3ri5b1ZhZ9dKn9iSY8bQVksLqjvUqHW/
name() pure returns (string)
CEO of CryptoPunks
owner() view returns (address)
0xc43473fa66237e9af3b2d886ee1205b81b14b2c8
symbol() pure returns (string)
CEO
totalSupply() pure returns (uint256)
1
Read-only
balanceOf(address _holder) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) pure returns (bool)
onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) pure returns (bytes4)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenByIndex(uint256 _index) pure returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _uri)
setCigToken(address _addr)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
BaseURI(string arg0)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.