Trugly20Memeception
Verified contract
Active on
Base with 76 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12.22)
Native
Value
$12.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.003385 | $3,611.83 |
$12.22 | |
WETH | ERC-20 | 0 | $3,613.55 |
$0 | |
PEW | ERC-20 | 8B | -- | -- | |
BULL | ERC-20 | 8B | -- | -- | |
GWE | ERC-20 | 8B | -- | -- | |
ROMNEY | ERC-20 | 8B | -- | -- | |
HALT | ERC-20 | 8B | -- | -- | |
SUMIE | ERC-20 | 8B | -- | -- | |
KANAE | ERC-20 | 8B | -- | -- | |
HELLYEAH | ERC-20 | 8B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15766038 | 5 months ago | | | 0 | 0.0000083837992 | |
| 15339850 | 6 months ago | | | 0 | 0.000017462543 | |
| 14889100 | 6 months ago | | | 0 | 0.0000012290801 | |
| 14889090 | 6 months ago | | | 0 | 0.0000012290801 | |
| 14888806 | 6 months ago | | | 0 | 0.0000012303928 | |
| 14888801 | 6 months ago | | | 0 | 0.0000012272656 | |
| 14888786 | 6 months ago | | | 0.0055 | 0.0000019292557 | |
| 14888756 | 6 months ago | | | 0.151 | 0.0000019281289 | |
| 14888500 | 6 months ago | | | 0.15 | 0.0000019301317 | |
| 14888442 | 6 months ago | | | 0.5 | 0.0000023678625 |
ABI
ABI objects
Getter at block 22975476
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
auctionDuration() view returns (uint256)
1260
auctionPriceDecayPeriod() view returns (uint256)
90
owner() view returns (address)
0xb2660c551ab31fac6d01a75f628af2d200ffd1f2
uncxLocker() view returns (address)
0x231278edd38b00b07fbd52120cef685b9baebcc1
v3Factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
v3PositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
vesting() view returns (address)
0xd309dcf90f6a4ead4d0fddd7760f33fac511c71d
Read-only
getAuctionPriceScaled(address memeToken) view returns (uint256)
getBid(address memeToken, address og) view returns (struct ITruglyMemeceptionBid)
getMemeception(address memeToken) view returns (struct ITruglyMemeceptionMemeception)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events bid(address memeToken) payable
claim(address memeToken)
collectFees(address memeToken)
createMeme(struct ITruglyMemeceptionMemeceptionCreationParams params) returns (address, address)
exit(address memeToken)
setAuctionPriceDecayPeriod(uint256 _duration)
setAuctionPrices(uint256[] _prices)
setTreasury(address _newTreasury)
transferOwnership(address newOwner)
AuctionDurationUpdated(uint256 oldDuration, uint256 newDuration)
CollectFees(address indexed memeToken, address indexed recipient, uint256 amount0, uint256 amount1, uint256 fee0, uint256 fee1)
MemeCreated(address indexed memeToken, address indexed creator, string symbol, address pool, uint40 startAt, uint16 creatorSwapFeeBps, uint16 vestingAllocBps)
MemeLiquidityAdded(address indexed memeToken, address pool, uint256 amountMeme, uint256 amountETH)
MemeceptionBid(address indexed memeToken, address indexed og, uint256 amountETH, uint256 amountMeme)
MemeceptionClaimed(address indexed memeToken, address indexed og, uint256 amountMeme, uint256 refundETH)
MemeceptionExit(address indexed memeToken, address indexed og, uint256 refundETH)
OwnershipTransferred(address indexed user, address indexed newOwner)
TreasuryUpdated(address indexed oldTreasury, address indexed newTreasury)
constructor(address _v3Factory, address _v3PositionManager, address _uncxLockers, address _WETH9, address _vesting, address _treasury, address _multisig)
receive()
AuctionOutOfRange()
BidAmountTooHigh()
ClaimCooldownPeriod()
DuplicateOG()
InvalidAuctionDuration()
InvalidAuctionPrices()
InvalidLockerFeeStructure()
InvalidMemeAddress()
InvalidMemeceptionDate()
LockerFeeTooHigh()
MemeLaunched()
MemeNotLaunched()
MemeSwapFeeTooHigh()
MemeSymbolExist()
MemeceptionEnded()
MemeceptionNotStarted()
VestingAllocTooHigh()
ZeroAddress()
ZeroAmount()