Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "RHYNOS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20472978 | 4 months ago | | | 0 | 0.00013789786 | |
| 18907958 | a year ago | | | 0 | 0.00097006181 | |
| 18859151 | a year ago | | | 0 | 0.0013525226 | |
| 18757584 | a year ago | | | 0 | 0.0023478025 | |
| 18285802 | a year ago | | | 0 | 0.0011736467 | |
| 18052580 | a year ago | | | 0 | 0.00051217689 | |
| 17558385 | a year ago | | | 0 | 0.00064645736 | |
| 17558379 | a year ago | | | 0 | 0.00070517159 | |
| 17558351 | a year ago | | | 0 | 0.00074564143 | |
| 17557172 | a year ago | | | 0 | 0.00077580289 |
ABI
ABI objects
Getter at block 21249327
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
100
PRICE() view returns (uint256)
9223000000000000
PROVIDER_FEE() view returns (uint256)
777000000000000
_baseTokenExtension() view returns (string)
.json
_baseTokenURI() view returns (string)
ipfs://QmSwvZQ1WesdPKJ4vMXaWPtU7VpFy8Ks9yKXTMesqSRHXH/
allowlistDropTime() view returns (uint256)
1679155200
allowlistDropTimePassed() view returns (bool)
true
baseTokenURI() view returns (string)
ipfs://QmSwvZQ1WesdPKJ4vMXaWPtU7VpFy8Ks9yKXTMesqSRHXH/
collectionSize() view returns (uint256)
5000
contractURI() pure returns (string)
https://metadata.mintplex.xyz/5G3um7nP3X6BtJzv0aGP/contract-metadata
currentTokenId() view returns (uint256)
930
enforceAllowlistDropTime() view returns (bool)
false
enforcePublicDropTime() view returns (bool)
false
erc20Payable() view returns (address)
0x335f4ded38597003ab0c9cd399bdf8c662e24e2f
getNextTokenId() view returns (uint256)
931
isRevealed() view returns (bool)
true
maxBatchSize() view returns (uint256)
10
merkleRoot() view returns (bytes32)
0x62ac5d439b366591a53d9b80648514d9053634c2ed07bfe17f59b1e857df114c
mintingOpen() view returns (bool)
false
name() view returns (string)
RHYNOS
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
onlyERC20MintingMode() view returns (bool)
false
owner() view returns (address)
0xa228d0b7110170137728e5278c4174bc124bb5e7
payableAddressCount() view returns (uint256)
1
publicDropTime() view returns (uint256)
1679162400
publicDropTimePassed() view returns (bool)
true
strictPricing() view returns (bool)
true
symbol() view returns (string)
RHYS
totalSupply() view returns (uint256)
930
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
chargeAmountForERC20(address _erc20TokenContract) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForERC20Payments(address _erc20TokenContract) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
restrictedApprovalAddresses(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addOrUpdateERC20ContractAsPayment(address _erc20TokenContract, bool _isActive, uint256 _chargeAmountInTokens)
addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistDropTime()
disableAllowlistOnlyMode()
disableERC20ContractAsPayment(address _erc20TokenContract)
disableERC20OnlyMinting()
disablePublicDropTime()
enableAllowlistOnlyMode()
enableERC20ContractAsPayment(address _erc20TokenContract)
enableERC20OnlyMinting()
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
mintToMultipleERC20(address _to, uint256 _amount, address _erc20TokenContract) payable
mintToMultipleERC20AL(address _to, uint256 _amount, bytes32[] _merkleProof, address _erc20TokenContract) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistDropTime(uint256 _newDropTime)
setApprovalForAll(address operator, bool approved)
setApprovalRestriction(address _address, bool _isRestricted)
setBaseTokenExtension(string baseExtension)
setBaseURI(string baseURI)
setERC20PayableAddress(address _newErc20Payable)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setProviderFee(uint256 _fee)
setPublicDropTime(uint256 _newDropTime)
setStrictPricing(bool _newStatus)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unveil(string _updatedTokenURI)
updateMerkleRoot(bytes32 _newMerkleRoot)
useAllowlistDropTime()
usePublicDropTime()
withdrawAll()
withdrawERC20(address _tokenContract, uint256 _amountToWithdraw)
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()
This contract contains no fallback and receive objects.
AddressNotAllowlisted()
AllowlistDropTimeHasNotPassed()
AllowlistMintClosed()
CannotBeNullAddress()
CapExceeded()
DropTimeNotInFuture()
DuplicateTeamAddress()
ERC20InsufficientAllowance()
ERC20InsufficientBalance()
ERC20TokenNotApproved()
ERC20TransferFailed()
ERC721RestrictedApprovalAddressRestricted()
ExcessiveOwnedMints()
InvalidPayment()
InvalidTeamAddress()
IsAlreadyUnveiled()
MintZeroQuantity()
NoStateChange()
NotMaintainer()
OnlyERC20MintingEnabled()
OperatorNotAllowed(address operator)
PublicDropTimeHasNotPassed()
PublicMintClosed()
TransactionCapExceeded()
ValueCannotBeZero()