ReconRamsElites
Verified contract
Active on
Ethereum with 281 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 "ReconRamsElites"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20853623 | 2 months ago | | | 0 | 0.00027131150 | |
| 20853620 | 2 months ago | | | 0 | 0.00030562583 | |
| 20853613 | 2 months ago | | | 0 | 0.00030164518 | |
| 20264091 | 5 months ago | | | 0 | 0.00019543587 | |
| 18638960 | a year ago | | | 0 | 0.00088340553 | |
| 16782394 | 2 years ago | | | 0 | 0.00097387524 | |
| 16350517 | 2 years ago | | | 0 | 0.00092654797 | |
| 16128855 | 2 years ago | | | 0 | 0.00068563637 | |
| 15721640 | 2 years ago | | | 0 | 0.0015136257 | |
| 15541839 | 2 years ago | | | 0 | 0.00040427208 |
ABI
ABI objects
Getter at block 21258118
MAX_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
150
femaleOnlyActive() view returns (bool)
false
name() view returns (string)
ReconRamsElites
owner() view returns (address)
0xc5a07c29a71db1a8adb7fe8011608074dc64e94f
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
RRE
totalSupply() view returns (uint256)
150
Read-only
balanceOf(address owner) view returns (uint256)
femaleRamAddressMintedBalance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
maleRamAddressMintedBalance(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
femaleMintOnly(bool _state)
femaleWhitelistMint(uint256 _mintAmount, bytes32[] proof)
maleWhitelistMint(uint256 _mintAmount, bytes32[] proof)
pause(bool _state)
renounceOwnership()
reveal(string _newBaseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFemaleMerkleRoot(bytes32 _root)
setHiddenURI(string _hiddenURI)
setMaleMerkleRoot(bytes32 _root)
teamReserveMint(uint256 _mintAmount, address _receiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _hiddenURI, bytes32 _femaleRamMerkleRoot, bytes32 _maleRamMerkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.