TruglyMemeception
Verified contract
Active on
Base with 731 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($910.16)
Native
Value
$910.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.360843 | $2,522.32 |
$910.16 | |
WETH | ERC-20 | 0 | $2,520.71 |
$0 | |
WAGE | ERC-20 | 8B | -- | -- | |
PUTO | ERC-20 | 8B | -- | -- | |
TS | ERC-20 | 8B | -- | -- | |
SAX | ERC-20 | 8B | -- | -- | |
FFF | ERC-20 | 8B | -- | -- | |
TARDS | ERC-20 | 8B | -- | -- | |
PXPE | ERC-20 | 8B | -- | -- | |
FFTT | ERC-20 | 8B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17629194 | 3 months ago | | | 0 | 3.9964320e-7 | |
| 17371897 | 3 months ago | | | 0 | 0.0000015856038 | |
| 17187229 | 3 months ago | | | 0 | 1.5045332e-7 | |
| 15802573 | 5 months ago | | | 0 | 6.4857143e-7 | |
| 15766305 | 5 months ago | | | 0 | 7.5989885e-7 | |
| 13665157 | 6 months ago | | | 0 | 0.000010982549 | |
| 13664869 | 6 months ago | | | 0.0000076536626 | 0.0000063763590 | |
| 13663635 | 6 months ago | | | 0 | 3.3210507e-7 | |
| 13656205 | 6 months ago | | | 0 | 0.0082090527 | |
| 13654308 | 6 months ago | | | 0 | 3.9676532e-7 |
ABI
ABI objects
Getter at block 21808574
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
owner() view returns (address)
0xddc78bb84f18d7a975acebb21c8ac2afb07d8a58
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)
setAuctionDuration(uint256 duration)
setTreasury(address _newTreasury)
transferOwnership(address newOwner)
AuctionDurationUpdated(uint256 oldDuration, uint256 newDuration)
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 _WETH9, address _vesting, address _treasury)
receive()
AuctionOutOfRange()
BidAmountTooHigh()
DuplicateOG()
InvalidAuctionDuration()
InvalidMemeAddress()
InvalidMemeceptionDate()
MemeLaunched()
MemeNotLaunched()
MemeSwapFeeTooHigh()
MemeSymbolExist()
MemeceptionEnded()
MemeceptionNotStarted()
VestingAllocTooHigh()
ZeroAddress()
ZeroAmount()