PixelRenga
Verified contract
Active on
Ethereum with 3,780 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 "PixelRenga"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16786092 | 2 years ago | | | 0 | 0.0021478252 | |
| 16752363 | 2 years ago | | | 0 | 0.00099757684 | |
| 16708934 | 2 years ago | | | 0 | 0.00099292499 | |
| 16700120 | 2 years ago | | | 0 | 0.0012510404 | |
| 16690279 | 2 years ago | | | 0 | 0.0011974931 | |
| 16687866 | 2 years ago | | | 0 | 0.0015526632 | |
| 16675189 | 2 years ago | | | 0 | 0.0015390390 | |
| 16675044 | 2 years ago | | | 0 | 0.0011180090 | |
| 16673392 | 2 years ago | | | 0 | 0.00096841500 | |
| 15875654 | 2 years ago | | | 0 | 0.00098653520 |
ABI
ABI objects
Getter at block 21121434
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)
PixelRenga
open() view returns (bool)
true
owner() view returns (address)
0xd5b256b243686d27c9e25371d3e1127f27bfa67e
price() view returns (uint256)
4000000
symbol() view returns (string)
PR
totalFree() view returns (uint256)
444
totalSupply() view returns (uint256)
4444
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 approve(address to, uint256 tokenId)
devMint(uint256 _quantity)
mint(uint256 _quantity) 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 _newBaseURI)
setMaxFree(uint256 _newMaxFree)
setMaxMintPerTx(uint256 _newMaxMintPerTx)
setOpen(bool _value)
setPrice(uint256 _newPrice)
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)
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 _collectionSize, uint256 _maxFree, uint256 _totalFree, uint256 _maxMintPerTx, string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()