RealCryptoPunks by VT3.com
Verified contract
Active on
Ethereum with 2,824 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 "RealCryptoPunks by VT3.com"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21321937 | 10 days ago | | | 0 | 0.0010962498 | |
| 21222319 | 24 days ago | | | 0 | 0.00091307043 | |
| 21151653 | a month ago | | | 0 | 0.00046224659 | |
| 20884855 | 2 months ago | | | 0 | 0.00043947365 | |
| 20791428 | 3 months ago | | | 0 | 0.00026053650 | |
| 20741190 | 3 months ago | | | 0 | 0.00010224567 | |
| 20540372 | 4 months ago | | | 0 | 0.000043549868 | |
| 20539522 | 4 months ago | | | 0 | 0.000037219500 | |
| 20539520 | 4 months ago | | | 0 | 0.000036442766 | |
| 20539519 | 4 months ago | | | 0 | 0.000029451125 |
ABI
ABI objects
Getter at block 21393486
MAX_NFT_SUPPLY() view returns (uint256)
10000
_counter() view returns (uint256)
4997
_ownerCounter() view returns (uint256)
110
getPrice() view returns (uint256)
100000000000000000
name() view returns (string)
RealCryptoPunks by VT3.com
owner() view returns (address)
0xd6db94763588f0e608370ba2eebce4836731e4d1
saleStarted() view returns (bool)
true
symbol() view returns (string)
RCP
Read-only
balanceOf(address owner) view returns (uint256)
bonusBalanceOf(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)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
buyPunks(uint256 amount, address refferer) payable
ownerMint(uint256 amount, address to)
pauseDrop()
redeemPunks(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startDrop()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.