Pixel Renga
Verified contract
Active on
Ethereum with 276 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.82)
Native
Value
$6.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,407.99 |
$6.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15587341 | 2 years ago | | | 0.001 | 0.00019550001 | |
| 15587341 | 2 years ago | | | 0.001 | 0.00064298920 | |
| 15587341 | 2 years ago | | | 0.001 | 0.00073886530 | |
| 15587292 | 2 years ago | | | 0 | 0.00015280771 | |
| 15587288 | 2 years ago | | | 0 | 0.00017528802 | |
| 15587156 | 2 years ago | | | 0 | 0.00046180725 | |
| 15587134 | 2 years ago | | | 0 | 0.00040934914 | |
| 15587124 | 2 years ago | | | 0 | 0.00035634285 | |
| 15587110 | 2 years ago | | | 0.001 | 0.00091345468 | |
| 15587104 | 2 years ago | | | 0.001 | 0.00096515504 |
ABI
ABI objects
Getter at block 21263707
maxFreeSupply() view returns (uint256)
222
maxPerAddressDuringFreeMint() view returns (uint256)
1
maxPerAddressDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
272
name() view returns (string)
Pixel Renga
owner() view returns (address)
0xd72fee5143926c9f84ee04743c7038efe545171f
pause() view returns (bool)
false
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
PRENGA
totalSupply() view returns (uint256)
272
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events ActiveContract()
approve(address to, uint256 tokenId)
burnSupply(uint256 _amount)
freemint(uint256 _quantity) payable
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 baseURI)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()