Imaginary Rides
Verified contract
Active on
Ethereum with 12,468 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
8 additional
variables
Balances ($0.00)
No balances found for "Imaginary Rides"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21306710 | 9 hours ago | | | 0 | 0.00042522669 | |
| 21304449 | 17 hours ago | | | 0 | 0.00048030558 | |
| 21303202 | 21 hours ago | | | 0 | 0.00067053733 | |
| 21302434 | a day ago | | | 0 | 0.00061352627 | |
| 21302434 | a day ago | | | 0 | 0.00060871604 | |
| 21302433 | a day ago | | | 0 | 0.00090391327 | |
| 21300867 | a day ago | | | 0 | 0.00037136162 | |
| 21300280 | a day ago | | | 0 | 0.00047847276 | |
| 21299445 | a day ago | | | 0 | 0.00036336679 | |
| 21299140 | a day ago | | | 0 | 0.00040273772 |
ABI
ABI objects
Getter at block 21309526
DEPOSIT_PRICE() view returns (uint256)
130000000000000000
DEPOSIT_SUPPLY() view returns (uint256)
10579
FCFS_DEPOSIT_QUANTIY() view returns (uint64)
1
FCFS_GUARANTEED_SUPPLY() view returns (uint256)
1000
GIFT_SUPPLY() view returns (uint256)
349
HOLDER_SUPPLY() view returns (uint256)
8815
MAX_SUPPLY() view returns (uint256)
20000
REFUND_PRICE() view returns (uint256)
150000000000000000
TOP_50_LEADERBOARD_SUPPLY() view returns (uint256)
57
TREASURY_SUPPLY() view returns (uint256)
200
TREASURY_WALLET() view returns (address)
0x84eb8d02819bd90c766d23370c8926d857ce1505
VIP_GUARANTEED_SUPPLY() view returns (uint256)
9579
WITHDRAW_WALLET() view returns (address)
0xbb36a2fbdea5e30f73693aeda596749200dd2496
baseTokenURI() view returns (string)
https://rides-metadata.imaginaryones.com/
fcfsGuaranteedDeposited() view returns (uint256)
589
fcfsMerkleRoot() view returns (bytes32)
0xc842d32b3f8f2cc869718f78b99f7903e176577c463466240019cfb2aa51b7a7
getFCFSGuaranteedRemainingSupply() view returns (uint256)
411
getNonGuaranteedRemainingSupply() view returns (uint256)
6112
getVIPGuaranteedRemainingSupply() view returns (uint256)
6294
giftQtyAirdropped() view returns (uint256)
349
holderQtyAirdropped() view returns (uint256)
8815
isDepositActive() view returns (bool)
false
name() view returns (string)
Imaginary Rides
nonGuaranteedDeposited() view returns (uint256)
593
nonGuaranteedRefunded() view returns (uint256)
0
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x20616cef3ebc8f7200df6182e52101fcaef4c8c7
symbol() view returns (string)
IR
top50LeaderboardQtyAirdropped() view returns (uint256)
57
totalSupply() view returns (uint256)
13888
treasuryQtyAirdropped() view returns (uint256)
200
vipGuaranteedDeposited() view returns (uint256)
3285
vipMerkleRoot() view returns (bytes32)
0xa3d175c57955658b7ed77be1fd82508cd5b4813c4f5ee50f94f8c8c495f8308b
Read-only
addressesInfo(address) view returns (uint8 userType, uint8 refundStatus, uint64 guaranteedQty, uint64 nonGuaranteedQty)
balanceOf(address owner) view returns (uint256)
getAirdropQtyPerAddress(uint8 _depositType, address[] addresses) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getDepositAddressesCount(uint8 _depositType) view returns (uint256)
getDepositedAddresses(uint8 _depositType, uint256 fromIdx, uint256 toIdx) view returns (address[])
giftAirdrops(address) view returns (uint256)
holderAirdrops(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
top50LeaderboardAirdrops(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
batchAirdrop(address[] _to, uint64[] _airdropQty)
batchRefund(address[] _to, uint64[] _refundQty)
depositFCFS(bytes32[] _merkleProof) payable
depositVIP(bytes32[] _merkleProof, uint256 _allowedQty, uint64 _guaranteedDeposit, uint64 _nonGuaranteedDeposit) payable
giftAirdrop(address[] _to, uint64[] _airdropQty)
holderAirdrop(address[] _to, uint64[] _airdropQty)
renounceOwnership()
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)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(uint8 _type, bytes32 _merkleRoot)
setOperatorFilteringEnabled(bool value)
toggleDepositState()
top50LeaderboardAirdrop(address[] _to)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryAirdrop()
withdraw()
Airdropped(address indexed _to, uint256 _qty)
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)
FCFSDeposited(address indexed _from, uint256 _amount, uint256 _qty, uint256 _nonGuaranteedRemainingSupply, uint256 _fcfsGuaranteedRemainingSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refunded(address indexed _to, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VIPDeposited(address indexed _from, uint256 _amount, uint256 _guaranteedQty, uint256 _nonGuaranteedQty, uint256 _nonGuaranteedRemainingSupply, uint256 _vipGuaranteedRemainingSupply)
constructor(string _name, string _symbol, string _baseTokenURI)
This contract contains no fallback and receive objects.
AlreadyDeposited()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
DepositAirdropped()
DepositInactive()
ExceedsAllocationForAirdropType(uint8 _airdropType)
ExceedsAllocationForDeposit()
ExceedsMaxSupply()
ExceedsVIPSupply()
GiftAirdropped()
HolderAirdropped()
IncorrectLeaderboardLeaders()
InsufficientBalance()
InsufficientETHSent()
InvalidGuaranteedQuantity()
LeaderboardLeaderAirdropped()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NonGuaranteedCapped()
NotInAllowlist()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RefundFailed(address _to, uint256 _amount)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnequalArrayLength()
WithdrawalFailed()