Rengoku
Verified contract
Active on
Ethereum with 20,860 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 "Rengoku"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170128 | 6 days ago | | | 0 | 0.0012235309 | |
| 21159436 | 8 days ago | | | 0 | 0.0013519595 | |
| 21150610 | 9 days ago | | | 0 | 0.00074606646 | |
| 21120386 | 13 days ago | | | 0 | 0.00043596238 | |
| 21007084 | a month ago | | | 0 | 0.00043225006 | |
| 20929532 | a month ago | | | 0 | 0.00088512092 | |
| 20925461 | a month ago | | | 0 | 0.00087205090 | |
| 20904546 | a month ago | | | 0 | 0.00016521772 | |
| 20880742 | 2 months ago | | | 0 | 0.00019803794 | |
| 20810872 | 2 months ago | | | 0 | 0.0010606165 |
ABI
ABI objects
Getter at block 21214259
MAX_SUPPLY() view returns (uint16)
8787
getTime() view returns (uint256, uint256)
(1731928763, 1642273200)
maxPurchaseable() view returns (uint16)
3
name() view returns (string)
Rengoku
owner() view returns (address)
0xec04e6e7540312059d06101c4fb3cfdc61ee3e93
preSaleStartDate() view returns (uint256)
1642273200
saleIsActive() view returns (bool)
true
saleStartDate() view returns (uint256)
1642444200
symbol() view returns (string)
REN
tokenPrice() view returns (uint256)
87870000000000000
Read-only
addressToNumTokensOwned(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 amountToBuy) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 index) 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)
burnToken(uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintWhitelist(uint256 index, bytes32[] merkleProof, uint256 amountReserved, uint256 amountToBuy) payable
renounceOwnership()
reserveTokens(uint32 numToReserve)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMaxPurchaseable(uint16 newMax)
setPresaletartDate(uint256 newDate)
setPrice(uint256 newPrice)
setSaleActive(bool active)
setSaleStartDate(uint256 newSaleStartDate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawOwner()
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(uint256 saleStart, uint256 _preSaleStartDate, bytes32 _whitelistRoot, address owner1, address owner2)
This contract contains no fallback and receive objects.
This contract contains no error objects.