MorpheusBuyAndBurn
Verified contract
Active on
Ethereum with 276 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($740,907.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TITANX | ERC-20 | 1.228702T | $0.000001 |
$740,907.11 | |
DRAGONX | ERC-20 | 5.852917 | $0.000006 |
$0 | |
(#845575) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271974 | 14 minutes ago | | | 0 | 0.0039875245 | |
| 21270901 | 4 hours ago | | | 0 | 0.0034214375 | |
| 21269935 | 7 hours ago | | | 0 | 0.0023475343 | |
| 21267385 | 16 hours ago | | | 0 | 0.0033931514 | |
| 21266529 | 19 hours ago | | | 0 | 0.0051325601 | |
| 21265165 | a day ago | | | 0 | 0.0050018396 | |
| 21264013 | a day ago | | | 0 | 0.0036601861 | |
| 21263187 | a day ago | | | 0 | 0.0022608220 | |
| 21262474 | a day ago | | | 0 | 0.0023379296 | |
| 21261272 | 2 days ago | | | 0 | 0.0036644422 |
ABI
ABI objects
Getter at block 21272043
DAILY_ALLOCATION() view returns (uint256)
100
POSITION_MANAGER() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
currWeekDay() view returns (uint8 weekDay)
1
getDailyTitanXAllocation() view returns (uint32 dailyBPSAllocation)
100
lastBurnedIntervalStartTimestamp() view returns (uint32)
1732623300
lastIntervalNumber() view returns (uint32)
1382
liquidityAdded() view returns (bool)
true
morpheusToken() view returns (address)
0x4687f007da484efe20d7a17e5b1d105cdbfca0eb
owner() view returns (address)
0xee30c3d642ea92aab46c81ab5367e3ef048b6e5e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTimeStamp() view returns (uint32)
1730137500
totalDragonxBurnt() view returns (uint256)
4653187363923934700603546934
totalMorpheusBurnt() view returns (uint256)
145352547395834230265999892818
totalTitanXForBurn() view returns (uint256)
1228701667832369264403264156768
Read-only
dayCountByT(uint32 t) pure returns (uint32)
getDayEnd(uint32 t) pure returns (uint32)
getDragonxQuoteForTitanX(uint256 baseAmount) view returns (uint256 quote)
getMorpheusQuoteForDragonx(uint256 baseAmount) view returns (uint256 quote)
intervals(uint32 interval) view returns (uint128 amountAllocated, uint128 amountBurned)
weekDayByT(uint32 t) pure returns (uint8)
State-modifying
Events acceptOwnership()
addLiquidityToMorpheusDragonxPool(uint32 _deadline)
burnFees() returns (uint256 amount0, uint256 amount1)
burnMorpheus()
distributeTitanXForBurning(uint256 _amount)
renounceOwnership()
setDailyAllocation(uint256 _newDailyAllocation)
setSlippageForDragonxToMorpheus(uint8 _newSlippage)
setSlippageForTitanxToDragonx(uint8 _newSlippage)
swapTitanXForDragonXAndMorpheusAndBurn(uint32 _deadline)
transferOwnership(address newOwner)
BuyAndBurn(uint256 indexed titanXAmount, uint256 indexed morpheusBurnt, uint256 dragonXBurnAmount, address indexed caller)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint32 startTimestamp, address _dragonXTitanXPool, address _titanX, address _dragonX, address _owner)
This contract contains no fallback and receive objects.
IntervalAlreadyBurned()
InvalidInput()
LiquidityAlreadyAdded()
MathOverflowedMulDiv()
NotEnoughTitanXForLiquidity()
NotStartedYet()
OnlyMinting()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
T()