Ordi Arbitrage Bot - Metadrop Launch Pool Token
Verified contract
Proxy
Active on
Ethereum with 68 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xace8…e80d
4 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,085.45 |
$0 | |
OrdiArb | ERC-20 | 0 | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21222251
accumulatedFees() view returns (uint96)
0
createdERC20() view returns (address)
0xace8cffd3d992126dced4eb29bc625cf81eae80d
decimals() view returns (uint8)
18
driType() view returns (uint8)
1
initialised() view returns (bool)
true
maxInitialBuy() view returns (uint96)
2000000000000000000
maxInitialBuyExceeded() view returns (bool maxInitialBuyExceeded_)
true
maxInitialLiquidity() view returns (uint96)
0
maxInitialLiquidityExceeded() view returns (bool maxInitialLiquidityExceeded_)
false
metadropOracleAddress() view returns (address)
0xabcc7736c42713cd40ae8c2915c3b3dcdef6b83d
name() view returns (string)
Ordi Arbitrage Bot - Metadrop Launch Pool Token
poolContributionFeeBasisPoints() view returns (uint16)
1000
poolEndDate() view returns (uint32)
1703277955
poolFeeRecipient() view returns (address)
0xde3ff2a50bd1ba1bd6a608ea0138946dddf595bc
poolIsAboveMinimum() view returns (bool poolIsAboveMinimum_)
true
poolIsAtMaximum() view returns (bool poolIsAtMaximum_)
false
poolMaxETH() view returns (uint96)
0
poolMinETH() view returns (uint96)
0
poolPerAddressMaxETH() view returns (uint80)
0
poolPerTransactionMinETH() view returns (uint64)
0
poolPhaseStatus() view returns (string poolPhaseStatus_)
succeeded
poolStartDate() view returns (uint32)
1703277055
poolVestingInSeconds() view returns (uint32)
14400
projectSeedContributionAddress() view returns (address)
0x22461ae8630eb5288a5014166846a352a3b398df
projectSeedContributionETH() view returns (uint96)
1100000000000000000
supplyForLP() view returns (uint256 supplyForLP_)
38331344378146761246203
supplyInThePool() view returns (uint120)
94904809619238476953907815
symbol() view returns (string)
OrdiAr-DRIP
totalETHContributed() view returns (uint256 totalETHContributed_)
13293000000000000000
totalETHFundedToLPAndTokenBuy() view returns (uint96)
3100000000000000000
totalETHPooled() view returns (uint256 totalETHPooled_)
14393000000000000000
totalExcessETHPooled() view returns (uint256 totalExcessETHPooled_)
11293000000000000000
totalExcessETHRefunded() view returns (uint96)
11292999999999999990
totalSupply() view returns (uint256)
14770000000000000000000000
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
vestingEndDate() view returns (uint256 vestingEndDate_)
1703292355
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
createMessageHash(address sender_, uint256 value_) pure returns (bytes32 messageHash_)
participant(address) view returns (uint128 contribution, uint128 excessRefunded)
participantETHPooled(address participant_) view returns (uint256 participantETHPooled_)
participantExcessETHRefunded(address participant_) view returns (uint256 participantExcessETHRefunded_)
participantExcessRefundAvailable(address participant_) view returns (uint256 participantExcessRefund_)
State-modifying
Events addToPool(struct IConfigStructuresSignedDropMessageDetails signedMessage_) payable
approve(address spender, uint256 amount) returns (bool)
claimFromPool()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialiseDRIP(bytes poolParams_, string name_, string symbol_)
loadERC20AddressAndSeedETH(address createdERC20_, address poolCreator_) payable
refundExcess()
refundFromFailedPool()
rescueERC20(address token_, uint256 amount_)
rescueETH(uint256 amount_)
supplyLiquidity(uint256 lockerFee_) payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AddToPool(address dripHolder, uint256 ethPooled, uint256 ethFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimFromPool(address participant, uint256 dripTokenBurned, uint256 pooledTokenClaimed, uint256 ethRefunded)
DRIPoolCreatedAndInitialised()
ExcessRefunded(address participant, uint256 ethRefunded)
InitialBuyMade(uint256 ethBuy)
PoolClosedSuccessfully(uint256 totalETHPooled, uint256 totalETHFee)
RefundFromFailedPool(address participant, uint256 dripTokenBurned, uint256 ethRefunded)
Transfer(address indexed from, address indexed to, uint256 value)
UnexpectedTotalETHPooled(uint256 totalETHPooled, uint256 contractBalance, uint256 totalETHFundedToLPAndTokenBuy, uint256 totalExcessETHRefunded, uint256 projectSeedContributionETH, uint256 accumulatedFees)
This contract contains no constructor objects.
fallback()
receive()
AdapterParamsMustBeEmpty()
AdditionToPoolIsBelowPerTransactionMinimum()
AdditionToPoolWouldExceedPerAddressCap()
AdditionToPoolWouldExceedPoolCap()
AddressAlreadySet()
AllowanceDecreasedBelowZero()
AlreadyInitialised()
AmountExceedsAvailable()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveFromTheZeroAddress()
ApproveToTheZeroAddress()
AuctionStatusIsNotEnded()
AuctionStatusIsNotOpen()
AuxCallFailed(address[] modules, uint256 value, bytes data, uint256 txGas)
BalanceMismatch()
BalanceQueryForZeroAddress()
BidMustBeBelowTheFloorForRefundDuringAuction()
BidMustBeBelowTheFloorWhenReducingQuantity()
BondingCurveError(uint8 error)
BurnExceedsBalance()
BurnFromTheZeroAddress()
CallerIsNotDepositBoxOwner()
CallerIsNotFactory()
CallerIsNotFactoryOrProjectOwner()
CallerIsNotFactoryProjectOwnerOrPool()
CallerIsNotPlatformAdmin(address caller)
CallerIsNotSuperAdmin(address caller)
CallerIsNotTheFeeRecipient()
CallerIsNotTheManager()
CallerIsNotTheOwner()
CallerMustBeLzApp()
CanOnlyReduce()
CannotAddLiquidityOnCreateAndUseDRIPool()
CannotManuallyFundLPWhenUsingADRIPool()
CannotPerformDuringAutoswap()
CannotSetNewManagerToTheZeroAddress()
CannotSetNewOwnerToTheZeroAddress()
CannotSetToZeroAddress()
CannotWithdrawThisToken()
CollectionAlreadyRevealed()
ContractIsDecommissioned()
ContractIsNotPaused()
ContractIsPaused()
DecreasedAllowanceBelowZero()
DeductionsOnBuyExceedOrEqualOneHundredPercent()
DeployerOnly()
DeploymentError()
DepositBoxIsNotOpen()
DestinationIsNotTrustedSource()
DriPoolAddressCannotBeAddressZero()
GasLimitIsTooLow()
IncorrectConfirmationValue()
IncorrectPayment()
InitialLiquidityAlreadyAdded()
InitialLiquidityNotYetAdded()
InsufficientAllowance()
InvalidAdapterParams()
InvalidAddress()
InvalidEndpointCaller()
InvalidHash()
InvalidMinGas()
InvalidOracleSignature()
InvalidPayload()
InvalidReceiver()
InvalidSourceSendingContract()
InvalidTotalShares()
LPLockUpMustFitUint88()
LimitTooHigh()
LimitsCanOnlyBeRaised()
LiquidityPoolCannotBeAddressZero()
LiquidityPoolMustBeAContractAddress()
ListLengthMismatch()
MachineAddressCannotBeAddressZero()
ManagerUnauthorizedAccount()
MaxBidQuantityIs255()
MaxBuysPerBlockExceeded()
MaxPublicMintAllowanceExceeded(uint256 requested, uint256 alreadyMinted, uint256 maxAllowance)
MaxSupplyTooHigh()
MaxTokensPerTxnExceeded()
MaxTokensPerWalletExceeded()
MetadataIsLocked()
MetadropFactoryOnlyOncePerReveal()
MetadropModulesOnly()
MetadropOracleCannotBeAddressZero()
MinETHCannotExceedMaxBuy()
MinETHCannotExceedMaxLiquidity()
MinGasLimitNotSet()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingIsClosedForever()
NewBuyTaxBasisPointsExceedsMaximum()
NewSellTaxBasisPointsExceedsMaximum()
NoETHForLiquidityPair()
NoPaymentDue()
NoRefundForCaller()
NoStoredMessage()
NoTokenForLiquidityPair()
NoTrustedPathRecord()
NothingToClaim()
OperationDidNotSucceed()
OracleSignatureHasExpired()
OwnableUnauthorizedAccount()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ParamTooLargeContributionFee()
ParamTooLargeEndDate()
ParamTooLargeMaxInitialBuy()
ParamTooLargeMaxInitialLiquidity()
ParamTooLargeMinETH()
ParamTooLargePerAddressMax()
ParamTooLargePoolMaxETH()
ParamTooLargePoolPerTxnMinETH()
ParamTooLargePoolSupply()
ParamTooLargeStartDate()
ParamTooLargeVestingDays()
ParametersDoNotMatchSignedMessage()
PassedConfigDoesNotMatchApproved()
PauseCutOffHasPassed()
PaymentMustCoverPerMintFee()
PermitDidNotSucceed()
PlatformAdminCannotBeAddressZero()
PlatformTreasuryCannotBeAddressZero()
PoolIsAboveMinimum()
PoolIsBelowMinimum()
PoolMustBeSeededWithETHForInitialLiquidity()
PoolPhaseIsNotFailed()
PoolPhaseIsNotOpen()
PoolPhaseIsNotSucceeded()
PoolVestingNotYetComplete()
ProjectOwnerCannotBeAddressZero()
ProofInvalid()
QuantityExceedsMaxPossibleCollectionSupply()
QuantityExceedsRemainingCollectionSupply()
QuantityExceedsRemainingPhaseSupply()
ReferralIdAlreadyUsed()
RequestingMoreThanAvailableBalance()
RequestingMoreThanRemainingAllocation(uint256 previouslyMinted, uint256 requested, uint256 remainingAllocation)
RouterCannotBeZeroAddress()
RoyaltyFeeWillExceedSalePrice()
ShareTotalCannotBeZero()
SliceOutOfBounds()
SliceOverflow()
SuperAdminCannotBeAddressZero()
SupplyTotalMismatch()
SupportWindowIsNotOpen()
SwapThresholdTooLow()
TaxFreeAddressCannotBeAddressZero()
TaxPeriodStillInForce()
TemplateCannotBeAddressZero()
TemplateNotFound()
ThisMintIsClosed()
TotalSharesMustMatchDenominator()
TransferAmountExceedsBalance()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferFromZeroAddress()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnrecognisedType()
UnrecognisedVRFMode()
VRFCoordinatorCannotBeAddressZero()
ValueExceedsMaximum()
botProtectionDurationInSecondsMustFitUint128()