Rough Ryders
Verified contract
Active on
Ethereum with 2,144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($3,686.04)
Native
Value
$67.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017 | $3,943.75 |
$67.04 | |
USDT | ERC-20 | 3.619K | $1.00 |
$3,619 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21375215 | 2 days ago | | | 0 | 0.00075946779 | |
| 21372214 | 2 days ago | | | 0 | 0.00095295140 | |
| 21368961 | 3 days ago | | | 0 | 0.00082383935 | |
| 21355223 | 5 days ago | | | 0 | 0.00059515360 | |
| 21350983 | 5 days ago | | | 0 | 0.00053828196 | |
| 21332023 | 8 days ago | | | 0 | 0.0014880504 | |
| 21321321 | 9 days ago | | | 0 | 0.00076515288 | |
| 21313035 | 10 days ago | | | 0 | 0.00030951966 | |
| 21313035 | 10 days ago | | | 0 | 0.00054341657 | |
| 21310871 | 11 days ago | | | 0 | 0.00067408700 |
ABI
ABI objects
Getter at block 21387979
MAX_SUPPLY() view returns (uint256)
3000
minted() view returns (uint256)
3000
name() view returns (string)
Rough Ryders
nonEthCurrentSupply() view returns (uint256)
300
nonEthMaxSupply() view returns (uint256)
500
nonEthMintLimit() view returns (uint256)
3
owner() view returns (address)
0x0cca746281dc71eeee1878283b6ba5ccc19e75c1
revealTimestamp() view returns (uint256)
0
secret() view returns (address)
0x8246b06ecb7790c579ec137d26b8b37691230e7e
symbol() view returns (string)
RRYDER
totalMintLimit() view returns (uint256)
15
totalSupply() view returns (uint256)
3000
treasury() view returns (address)
0xe130a8966baa1e2a753458a360cd63747289ba1b
usdtTokenAddress() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
balanceOf(address owner) view returns (uint256)
ethMintedPerTier(address, uint256) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOrchestrator(address) view returns (bool)
maxMintPerTier(uint256) view returns (uint256)
nonEthMintedAmount(address) view returns (uint256)
notRefundable(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalMintedAmount(address) view returns (uint256)
usedSignatures(bytes) view returns (bool)
whitelistedERC20(address) view returns (bool)
State-modifying
Events addWhitelistedERC20(address[] tokenAddresses, bool status)
approve(address to, uint256 tokenId)
claimFreeMint(address to, uint256 quantity, bytes signature)
purchase(address to, uint256 totalQuantity, struct RoughRyderNFTPurchaseInfo[] purchases, bytes signature) payable
refund(address depositAddress, uint256 tokenId, address tokenAddress, uint256 balance)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMaxMintPerTier(uint256[] newMaxMintPerTier)
setMintLimit(uint256 newTotalMintLimit, uint256 newNonEthLimit, uint256 newNonEthMaxSupply)
setOrchestrator(address operator, bool status)
setRevealTimestamp()
setSecret(address secretAddress)
setTreasury(address treasuryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20(address to, address[] tokenAddresses)
withdrawETH(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Erc20TokenWhitelisted(address[] tokenAddresses, bool status)
MaxMintPerTierUpdated(uint256[] newMaxMintPerTier)
MintLimitChanged(uint256 newTotalMintLimit, uint256 newNonEthLimit, uint256 newNonEthMaxSupply, address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address operator, address user, uint256 currentSupply, struct RoughRyderNFTPurchaseInfo[] purchases, uint256 timestamp)
Received(address arg0, uint256 arg1)
Refunded(address user, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address secretAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()