Pixel Renga
Verified contract
Active on
Ethereum with 115 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 "Pixel Renga"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15685244 | 2 years ago | | | 0 | 0.00030063370 | |
| 15660178 | 2 years ago | | | 0 | 0.00047985212 | |
| 15659632 | 2 years ago | | | 0 | 0.00039515889 | |
| 15657839 | 2 years ago | | | 0 | 0.00046391827 | |
| 15657836 | 2 years ago | | | 0 | 0.00048228027 | |
| 15656071 | 2 years ago | | | 0 | 0.00059246100 | |
| 15655977 | 2 years ago | | | 0 | 0.00063164239 | |
| 15655976 | 2 years ago | | | 0 | 0.00057589700 | |
| 15655976 | 2 years ago | | | 0 | 0.00061181024 | |
| 15655967 | 2 years ago | | | 0 | 0.00086974837 |
ABI
ABI objects
Getter at block 21212740
baseUri() view returns (string)
ipfs://QmSGZiE6LgYsKM6MG19Q1JiRsMcoq3ezbCdLJGBSKCrn9r/
collectionSize() view returns (uint256)
4444
maxFree() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
20
name() view returns (string)
Pixel Renga
open() view returns (bool)
true
owner() view returns (address)
0xc67d107973cda088e3981667ddbf4968db5f8d8c
price() view returns (uint256)
4000000000000000
symbol() view returns (string)
PR
totalSupply() view returns (uint256)
350
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 _quantity)
approve(address to, uint256 tokenId) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxFree(uint256 _newMaxFree)
setMaxMintPerTx(uint256 _newMaxMintPerTx)
setOpen(bool _value)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MaxMintPerTxChanged(uint256 newMaxMintPerTx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 newPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _price, uint256 _maxMintPerTx, uint256 _collectionSize, uint256 _maxFree)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()