RoboPunks2048
Verified contract
Active on
Ethereum with 1,945 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 "RoboPunks2048"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290707 | 5 days ago | | | 0 | 0.00030812628 | |
| 21100858 | a month ago | | | 0 | 0.00043281271 | |
| 21024383 | a month ago | | | 0 | 0.00021646898 | |
| 20885435 | 2 months ago | | | 0 | 0.00049880159 | |
| 20583184 | 3 months ago | | | 0 | 0.000021772800 | |
| 20547500 | 4 months ago | | | 0 | 0.000068780737 | |
| 20547498 | 4 months ago | | | 0 | 0.00010548477 | |
| 20292469 | 5 months ago | | | 0 | 0.00012536876 | |
| 20286759 | 5 months ago | | | 0 | 0.00010310021 | |
| 20210784 | 5 months ago | | | 0 | 0.00018374965 |
ABI
ABI objects
Getter at block 21329615
_baseTokenURI() view returns (string)
ipfs://bafybeigcyciw47sok7v5auuja62cfhhfvhbopve4g5jhfrff5shsbfline/
merkleRoot() view returns (bytes32)
0x85c4003c394ca325d6680bd18dafa9f27ed4d412a9e579fdec7b4ec183b73c95
name() view returns (string)
RoboPunks2048
owner() view returns (address)
0xc93c7f71581dfeaab59bed908888dac5689f312a
presalePrice() view returns (uint256)
20000000000000000
presaleSupply() view returns (uint256)
2048
price() view returns (uint256)
20000000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
2048
symbol() view returns (string)
ROBOP
totalSupply() view returns (uint256)
2048
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()