RealRENGA
Verified contract
Active on
Ethereum with 1,897 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 "RealRENGA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19121626 | 9 months ago | | | 0 | 0.00059260918 | |
| 19121548 | 9 months ago | | | 0 | 0.00059482960 | |
| 16748879 | 2 years ago | | | 0 | 0.00069336070 | |
| 16660533 | 2 years ago | | | 0 | 0.0011274956 | |
| 16330572 | 2 years ago | | | 0 | 0.00035406650 | |
| 15883254 | 2 years ago | | | 0 | 0.00079241753 | |
| 15864252 | 2 years ago | | | 0 | 0.00037214997 | |
| 15864245 | 2 years ago | | | 0 | 0.00035036122 | |
| 15826430 | 2 years ago | | | 0 | 0.00090179263 | |
| 15823273 | 2 years ago | | | 0 | 0.00051990298 |
ABI
ABI objects
Getter at block 21172925
Max_Free_Per_Wallet() view returns (uint256)
2
Max_Per_TX() view returns (uint256)
10
Max_Supply() view returns (uint256)
2600
Num_Free_Mints() view returns (uint256)
1600
Price() view returns (uint256)
1000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeiagcgbykkskh4jndtm3scelbv573nyg5v4coecuapbbnkmbhy5sba/
isMintActive() view returns (bool)
true
name() view returns (string)
RealRENGA
owner() view returns (address)
0x62bca89660189338a56d5ac7787d16f148811c50
symbol() view returns (string)
RR
totalSupply() view returns (uint256)
2600
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)
mint(uint256 numberOfTokens) payable
mintTo(uint256 numberOfTokens, address _receiver)
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)
setFreeLimitPerWallet(uint256 _limit)
setIsMintActive(bool _isMintActive)
setMaxLimitPerTransaction(uint256 _limit)
setMaxSupply(uint256 _Max_Supply)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _Price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()