Pixelated Renga
Verified contract
Active on
Ethereum with 691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.40)
Native
Value
$9.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,133.81 |
$9.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15750125 | 2 years ago | | | 0 | 0.00076064308 | |
| 15682031 | 2 years ago | | | 0 | 0.00036878435 | |
| 15681960 | 2 years ago | | | 0.001 | 0.00089920877 | |
| 15680443 | 2 years ago | | | 0 | 0.00027655332 | |
| 15679663 | 2 years ago | | | 0 | 0.00041568630 | |
| 15679547 | 2 years ago | | | 0 | 0.00050519855 | |
| 15679444 | 2 years ago | | | 0.001 | 0.00077042400 | |
| 15679437 | 2 years ago | | | 0.001 | 0.0013976812 | |
| 15679423 | 2 years ago | | | 0 | 0.00032454345 | |
| 15679392 | 2 years ago | | | 0 | 0.00020405384 |
ABI
ABI objects
Getter at block 21206120
baseURI() view returns (string)
ipfs://QmT2utqjuyLWA1776yJL9YSsa2JWm7GkmZ4vtyhLwoHzxL/
cost() view returns (uint256)
1000000000000000
lead() view returns (address)
0xdb14e06ef9e67904b3c131cbf0e45803e103579e
maxPerTx() view returns (uint256)
10
maxPerWalletPublic() view returns (uint256)
20
maxSupply() view returns (uint256)
7777
name() view returns (string)
Pixelated Renga
owner() view returns (address)
0xdb14e06ef9e67904b3c131cbf0e45803e103579e
pixelatedRengaV1() view returns (address)
0xdb14e06ef9e67904b3c131cbf0e45803e103579e
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicPaused() view returns (bool)
false
symbol() view returns (string)
PXLR
totalSupply() view returns (uint256)
2304
Read-only
addressMintedBalance(address) view returns (uint256)
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)
publicMint(uint256 _quantity) payable
renounceOwnership()
reserveTokens(uint256 _quanitity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setPixelatedRengaV1Address(address _pixelatedRengaV1)
setProxyRegistryAddress(address _proxyRegistryAddress)
togglePublic(bool _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 _baseURI, address _lead, address _pixelatedRengaV1)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()