MetaPunk
Verified contract
Active on
Ethereum with 7,983 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 "MetaPunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307253 | a day ago | | | 0 | 0.00036646016 | |
| 21306368 | a day ago | | | 0 | 0.00048516348 | |
| 21306354 | a day ago | | | 0 | 0.0011627876 | |
| 21304436 | 2 days ago | | | 0 | 0.00049674671 | |
| 21301420 | 2 days ago | | | 0 | 0.0011496540 | |
| 21301410 | 2 days ago | | | 0 | 0.0010354535 | |
| 21291773 | 3 days ago | | | 0 | 0.00034126273 | |
| 21283991 | 5 days ago | | | 0 | 0.00040458789 | |
| 21281357 | 5 days ago | | | 0 | 0.00097282902 | |
| 21260079 | 8 days ago | | | 0 | 0.00086815015 |
ABI
ABI objects
Getter at block 21316237 totalPunkSupply() view returns (uint256)
name() view returns (string)
MetaPunk
owner() view returns (address)
0x67401149e3e88b10dd92821eb6302f4dee8191bc
symbol() view returns (string)
MP
totalSupply() view returns (uint256)
9640
Read-only
balanceOf(address _address) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
indexToAddress(uint256 _index) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
punkIsHere(uint256 _punkId) view returns (bool)
punkToToken(uint256 _punkId) view returns (uint256)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenToPunk(uint256 _tokenId) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Existing(address _t)
approve(address _to, uint256 _tokenId)
makeToken(uint256 _tokenId, uint256 _punkId)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
seturi(uint256 tokenId, string uri)
transfer(address _to, uint256 _punk)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.