The Rebirth Club
Verified contract
Active on
Ethereum with 393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0644…4c66
Balances ($12.71)
Native
Value
$12.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,178.43 |
$12.71 | |
UTIL | ERC-20 | 10.02325M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19049270 | 10 months ago | | | 0 | 0.00047240477 | |
| 17610431 | a year ago | | | 0 | 0.00032756191 | |
| 17161520 | 2 years ago | | | 0 | 0.0023626621 | |
| 16893842 | 2 years ago | | | 0 | 0.00088543015 | |
| 16878248 | 2 years ago | | | 0 | 0.0010042820 | |
| 16877871 | 2 years ago | | | 0 | 0.00093139327 | |
| 16872864 | 2 years ago | | | 0 | 0.00061155115 | |
| 16843488 | 2 years ago | | | 0 | 0.0018318101 | |
| 16741286 | 2 years ago | | | 0 | 0.0040940398 | |
| 16720163 | 2 years ago | | | 0 | 0.00094705087 |
ABI
ABI objects
Getter at block 21162285
EthMintingCost() view returns (uint256)
3000000000000000000000
MAX_SUPPLY() view returns (uint256)
5000
Tier1() view returns (uint256)
1000
Tier1Util() view returns (uint256)
750000000000000000000
Tier2() view returns (uint256)
2000
Tier2ETH() view returns (uint256)
11000000000000000
Tier2Util() view returns (uint256)
1000000000000000000000
Tier3() view returns (uint256)
3500
Tier3ETH() view returns (uint256)
22000000000000000
Tier3Util() view returns (uint256)
1500000000000000000000
Tier4() view returns (uint256)
5000
Tier4ETH() view returns (uint256)
33000000000000000
Tier4Util() view returns (uint256)
3000000000000000000000
TreasuryReserve() view returns (uint256)
0
Util() view returns (address)
0x0644def359b95c0a640196b28d88e5e0de8e4c66
UtilMintingCost() view returns (uint256)
3000000000000000000000
maxTxEth() view returns (uint256)
25
maxTxUtil() view returns (uint256)
100
name() view returns (string)
The Rebirth Club
owner() view returns (address)
0x8093e596c243ba11c38c530f19758295ffcb9eb3
saleActive() view returns (bool)
true
symbol() view returns (string)
TRC
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _wallet) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
queryUtilOfAddress(address _address) view returns (uint256)
subtotal(uint256 _numberMinted, uint256 _numberToMint, uint256 _costPerMint) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintWithEth(uint256 _amount) payable
mintWithUtil(uint256 _amount) payable
renounceOwnership()
reserve(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSaleState(bool _val)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
transferUtil(address _recipient, uint256 _amount)
withdrawMoney()
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)
PresaleStateChanged(bool _val)
SaleStateChanged(bool _val)
TotalSupplyChanged(uint256 _val)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _Util)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()