| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| Stake App (STAKE) | STAKE | 999,198,412.272484 | — | — |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.2.0) (proxy/beacon/BeaconProxy.sol)
pragma solidity ^0.8.22;
import {IBeacon} from "./IBeacon.sol";
import {Proxy} from "../Proxy.sol";
import {ERC1967Utils} from "../ERC1967/ERC1967Utils.sol";
/**
* @dev This contract implements a proxy that gets the implementation address for each call from an {UpgradeableBeacon}.
*
* The beacon address can only be set once during construction, and cannot be changed afterwards. It is stored in an
* immutable variable to avoid unnecessary storage reads, and also in the beacon storage slot specified by
* https://eips.ethereum.org/EIPS/eip-1967[ERC-1967] so that it can be accessed externally.
*
* CAUTION: Since the beacon address can never be changed, you must ensure that you either control the beacon, or trust
* the beacon to not upgrade the implementation maliciously.
*
* IMPORTANT: Do not use the implementation logic to modify the beacon storage slot. Doing so would leave the proxy in
* an inconsistent state where the beacon storage slot does not match the beacon address.
*/
contract BeaconProxy is Proxy {
// An immutable address for the beacon to avoid unnecessary SLOADs before each delegate call.
address private immutable _beacon;
/**
* @dev Initializes the proxy with `beacon`.
*
* If `data` is nonempty, it's used as data in a delegate call to the implementation returned by the beacon. This
* will typically be an encoded function call, and allows initializing the storage of the proxy like a Solidity
* constructor.
*
* Requirements:
*
* - `beacon` must be a contract with the interface {IBeacon}.
* - If `data` is empty, `msg.value` must be zero.
*/
constructor(address beacon, bytes memory data) payable {
ERC1967Utils.upgradeBeaconToAndCall(beacon, data);
_beacon = beacon;
}
/**
* @dev Returns the current implementation address of the associated beacon.
*/
function _implementation() internal view virtual override returns (address) {
return IBeacon(_getBeacon()).implementation();
}
/**
* @dev Returns the beacon.
*/
function _getBeacon() internal view virtual returns (address) {
return _beacon;
}
}[
{
"type": "constructor",
"inputs": [
{
"name": "beacon",
"type": "address",
"internalType": "address"
},
{
"name": "data",
"type": "bytes",
"internalType": "bytes"
}
],
"stateMutability": "payable"
},
{
"name": "AddressEmptyCode",
"type": "error",
"inputs": [
{
"name": "target",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ERC1967InvalidBeacon",
"type": "error",
"inputs": [
{
"name": "beacon",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ERC1967InvalidImplementation",
"type": "error",
"inputs": [
{
"name": "implementation",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ERC1967NonPayable",
"type": "error",
"inputs": []
},
{
"name": "FailedCall",
"type": "error",
"inputs": []
},
{
"name": "BeaconUpgraded",
"type": "event",
"inputs": [
{
"name": "beacon",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "fallback",
"stateMutability": "payable"
}
][
{
"type": "constructor",
"inputs": [
{
"name": "poolManager",
"type": "address",
"internalType": "address"
},
{
"name": "positionManager",
"type": "address",
"internalType": "address"
},
{
"name": "weth",
"type": "address",
"internalType": "address"
},
{
"name": "vault_",
"type": "address",
"internalType": "address"
},
{
"name": "permit2",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable"
},
{
"name": "AccessControlBadConfirmation",
"type": "error",
"inputs": []
},
{
"name": "AccessControlUnauthorizedAccount",
"type": "error",
"inputs": [
{
"name": "account",
"type": "address",
"internalType": "address"
},
{
"name": "neededRole",
"type": "bytes32",
"internalType": "bytes32"
}
]
},
{
"name": "BagsBondingCurve_AlreadyInitialized",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_AlreadyMigrated",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_EconomicsPriceDiscontinuity",
"type": "error",
"inputs": [
{
"name": "lpSide",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "curveSide",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_EconomicsSoldMismatch",
"type": "error",
"inputs": [
{
"name": "soldAtThreshold",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "expected",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_InsufficientQuoteForLP",
"type": "error",
"inputs": [
{
"name": "have",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "need",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_InsufficientTokenForLP",
"type": "error",
"inputs": [
{
"name": "have",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "need",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_InvalidAmounts",
"type": "error",
"inputs": [
{
"name": "amount0",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "amount1",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_InvalidPartnerFeeBps",
"type": "error",
"inputs": [
{
"name": "partnerFeeBps",
"type": "uint16",
"internalType": "uint16"
}
]
},
{
"name": "BagsBondingCurve_InvalidRecipient",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_NativeTransferFailed",
"type": "error",
"inputs": [
{
"name": "to",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_NoQuoteSent",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_NotAdmin",
"type": "error",
"inputs": [
{
"name": "caller",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "BagsBondingCurve_NotInitialized",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_RefundTransferFailed",
"type": "error",
"inputs": [
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_SlippageExceeded",
"type": "error",
"inputs": [
{
"name": "minExpected",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "actualOut",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_ThresholdNotReached",
"type": "error",
"inputs": [
{
"name": "have",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "need",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_VaultFeeTransferFailed",
"type": "error",
"inputs": [
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "BagsBondingCurve_ZeroAddressFeeShare",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroAddressHook",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroAddressPlatformAdmin",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroAddressPoolManager",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroAddressPositionManager",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroAddressToken",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroAddressVault",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroAddressWETH",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroInputAmount",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroThreshold",
"type": "error",
"inputs": []
},
{
"name": "BagsBondingCurve_ZeroVirtualTokenReserve",
"type": "error",
"inputs": []
},
{
"name": "EnforcedPause",
"type": "error",
"inputs": []
},
{
"name": "ExpectedPause",
"type": "error",
"inputs": []
},
{
"name": "InvalidInitialization",
"type": "error",
"inputs": []
},
{
"name": "NotInitializing",
"type": "error",
"inputs": []
},
{
"name": "OwnableInvalidOwner",
"type": "error",
"inputs": [
{
"name": "owner",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "OwnableUnauthorizedAccount",
"type": "error",
"inputs": [
{
"name": "account",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ReentrancyGuardReentrantCall",
"type": "error",
"inputs": []
},
{
"name": "SafeCastOverflowedUintDowncast",
"type": "error",
"inputs": [
{
"name": "bits",
"type": "uint8",
"internalType": "uint8"
},
{
"name": "value",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "SafeERC20FailedOperation",
"type": "error",
"inputs": [
{
"name": "token",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "FeesSplit",
"type": "event",
"inputs": [
{
"name": "payer",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "vault",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "feeShare",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "vaultFeeQuote",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "creatorFeeWETH",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "partnerFeeWETH",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"name": "Initialized",
"type": "event",
"inputs": [
{
"name": "version",
"type": "uint64",
"indexed": false,
"internalType": "uint64"
}
],
"anonymous": false
},
{
"name": "Initialized",
"type": "event",
"inputs": [
{
"name": "caller",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "realTokenReserves",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"name": "Migrated",
"type": "event",
"inputs": [
{
"name": "creator",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "platformAdmin",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "token",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "lpQuote",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "lpTokens",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "poolId",
"type": "bytes32",
"indexed": false,
"internalType": "PoolId"
},
{
"name": "sqrtPriceX96",
"type": "uint160",
"indexed": false,
"internalType": "uint160"
}
],
"anonymous": false
},
{
"name": "OwnershipTransferStarted",
"type": "event",
"inputs": [
{
"name": "previousOwner",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "newOwner",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "OwnershipTransferred",
"type": "event",
"inputs": [
{
"name": "previousOwner",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "newOwner",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "Paused",
"type": "event",
"inputs": [
{
"name": "account",
"type": "address",
"indexed": false,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "RoleAdminChanged",
"type": "event",
"inputs": [
{
"name": "role",
"type": "bytes32",
"indexed": true,
"internalType": "bytes32"
},
{
"name": "previousAdminRole",
"type": "bytes32",
"indexed": true,
"internalType": "bytes32"
},
{
"name": "newAdminRole",
"type": "bytes32",
"indexed": true,
"internalType": "bytes32"
}
],
"anonymous": false
},
{
"name": "RoleGranted",
"type": "event",
"inputs": [
{
"name": "role",
"type": "bytes32",
"indexed": true,
"internalType": "bytes32"
},
{
"name": "account",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "sender",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "RoleRevoked",
"type": "event",
"inputs": [
{
"name": "role",
"type": "bytes32",
"indexed": true,
"internalType": "bytes32"
},
{
"name": "account",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "sender",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "TokensBought",
"type": "event",
"inputs": [
{
"name": "buyer",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "recipient",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "grossQuoteIn",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "netQuoteIn",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "tokensOut",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "feeQuote",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "vaultFeeQuote",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "creatorFeeWETH",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "refundQuote",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "price",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "virtualTokenReserves",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "virtualQuoteReserves",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"name": "TokensSold",
"type": "event",
"inputs": [
{
"name": "seller",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "recipient",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "tokensIn",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "grossQuoteOut",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "netQuoteToRecipient",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "feeQuote",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "vaultFeeQuote",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "creatorFeeWETH",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "price",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "virtualTokenReserves",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "virtualQuoteReserves",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"name": "Unpaused",
"type": "event",
"inputs": [
{
"name": "account",
"type": "address",
"indexed": false,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "ADMIN_ROLE",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bytes32",
"internalType": "bytes32"
}
],
"stateMutability": "view"
},
{
"name": "DEAD",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "DEFAULT_ADMIN_ROLE",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bytes32",
"internalType": "bytes32"
}
],
"stateMutability": "view"
},
{
"name": "FEE_SHARE",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "HOOK",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "contract IHooks"
}
],
"stateMutability": "view"
},
{
"name": "INITIAL_VIRTUAL_TOKEN_RESERVES",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "LP_TOKEN_AMOUNT",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "PERMIT2",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "contract IAllowanceTransfer"
}
],
"stateMutability": "view"
},
{
"name": "POOL_MANAGER",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "contract IPoolManager"
}
],
"stateMutability": "view"
},
{
"name": "POSITION_MANAGER",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "contract IPositionManager"
}
],
"stateMutability": "view"
},
{
"name": "TOKEN",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "TX_FEE_BPS",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "VAULT",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "WETH",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "acceptOwnership",
"type": "function",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "bondingProgress",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "percent",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "buy",
"type": "function",
"inputs": [
{
"name": "minTokensOut",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "payable"
},
{
"name": "buyFor",
"type": "function",
"inputs": [
{
"name": "recipient",
"type": "address",
"internalType": "address"
},
{
"name": "minTokensOut",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "payable"
},
{
"name": "creator",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "currentPrice",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "price",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "getRoleAdmin",
"type": "function",
"inputs": [
{
"name": "role",
"type": "bytes32",
"internalType": "bytes32"
}
],
"outputs": [
{
"name": "",
"type": "bytes32",
"internalType": "bytes32"
}
],
"stateMutability": "view"
},
{
"name": "getVirtualReserves",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "vToken",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "vQuote",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "grantRole",
"type": "function",
"inputs": [
{
"name": "role",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "account",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "hasRole",
"type": "function",
"inputs": [
{
"name": "role",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "account",
"type": "address",
"internalType": "address"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
},
{
"name": "initialVirtualQuoteReserves",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "initialize",
"type": "function",
"inputs": [
{
"name": "token",
"type": "address",
"internalType": "address"
},
{
"name": "hook",
"type": "address",
"internalType": "address"
},
{
"name": "initialOwner",
"type": "address",
"internalType": "address"
},
{
"name": "creator_",
"type": "address",
"internalType": "address"
},
{
"name": "feeShare_",
"type": "address",
"internalType": "address"
},
{
"name": "platformAdmin_",
"type": "address",
"internalType": "address"
},
{
"name": "partner_",
"type": "address",
"internalType": "address"
},
{
"name": "partnerFeeBps_",
"type": "uint16",
"internalType": "uint16"
},
{
"name": "thresholdQuote_",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "initializeAfterMint",
"type": "function",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "initialized",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
},
{
"name": "lpQuoteAmount",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "migrate",
"type": "function",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "migrated",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
},
{
"name": "owner",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "partner",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "partnerFeeBps",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint16",
"internalType": "uint16"
}
],
"stateMutability": "view"
},
{
"name": "pause",
"type": "function",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "paused",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
},
{
"name": "pendingOwner",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "platformAdmin",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "quoteBuy",
"type": "function",
"inputs": [
{
"name": "quoteIn",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "tokensOut",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "feeQuote",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "netQuoteIn",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "grossUsed",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "refundQuote",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "quoteSell",
"type": "function",
"inputs": [
{
"name": "tokensIn",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "quoteToSeller",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "feeQuote",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "grossQuoteOut",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "realQuoteReserves",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "realTokenReserves",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "renounceOwnership",
"type": "function",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "renounceRole",
"type": "function",
"inputs": [
{
"name": "role",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "callerConfirmation",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "revokeRole",
"type": "function",
"inputs": [
{
"name": "role",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "account",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "sell",
"type": "function",
"inputs": [
{
"name": "tokensIn",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "minQuoteOut",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "sellFor",
"type": "function",
"inputs": [
{
"name": "recipient",
"type": "address",
"internalType": "address"
},
{
"name": "tokensIn",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "minQuoteOut",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "supportsInterface",
"type": "function",
"inputs": [
{
"name": "interfaceId",
"type": "bytes4",
"internalType": "bytes4"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
},
{
"name": "thresholdQuote",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "transferOwnership",
"type": "function",
"inputs": [
{
"name": "newOwner",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "unpause",
"type": "function",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "receive",
"stateMutability": "payable"
}
]0x60806040819052635c60da1b60e01b81526020906004817f0000000000000000000000008dcecaf516c828a493c2c449c1e25f92cf80207e6001600160a01b03165afa801560a2575f901560d1575060203d602011609c575b601f19601f820116608001906080821067ffffffffffffffff83111760885760849160405260800160ad565b60d1565b634e487b7160e01b5f52604160045260245ffd5b503d6058565b6040513d5f823e3d90fd5b602090607f19011260cd576080516001600160a01b038116810360cd5790565b5f80fd5b5f8091368280378136915af43d5f803e1560e9573d5ff35b3d5ffdfea26469706673582212205f87a11aef2d05829cba3b08c4a4247afd1a62e1e380ab0a0bc1efe024f1195164736f6c634300081a0033
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x905e55…3b5990 | buy | 20,995,357 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x7e01…5a2a | IN | BagsBondingCurve | $5.640.003 ETH | 0.00000721 | |
| 0x8228f8…59a299 | buy | 20,891,527 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x1706…b475 | IN | BagsBondingCurve | $1.880.001 ETH | 0.00000715 | |
| 0xd69da0…ce6865 | buy | 20,128,082 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0x1706…b475 | IN | BagsBondingCurve | $0.020.00001 ETH | 0.00001124 | |
| 0x3b2ce5…ab9bd5 | sell | 20,122,488 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x1706…b475 | IN | BagsBondingCurve | $0.000 ETH | 0.00000888 | |
| 0x8ee868…b632a9 | buy | 20,122,438 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x1706…b475 | IN | BagsBondingCurve | $28.220.015 ETH | 0.00000964 | |
| 0x817308…a77130 | sell | 20,122,087 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x1706…b475 | IN | BagsBondingCurve | $0.000 ETH | 0.00000880 | |
| 0x2bdd00…ffc154 | buy | 20,122,023 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x1706…b475 | IN | BagsBondingCurve | $28.220.015 ETH | 0.00000953 | |
| 0xe04267…31a6b3 | sell | 20,121,844 | 20 days agoSun, 26 Jul 2026 19:27:50 UTC | 0x1706…b475 | IN | BagsBondingCurve | $0.000 ETH | 0.00000877 | |
| 0x1afa17…72651c | buy | 20,121,789 | 20 days agoSun, 26 Jul 2026 19:27:44 UTC | 0x1706…b475 | IN | BagsBondingCurve | $18.810.01 ETH | 0.00000960 | |
| 0x9e81c6…982fd1 | sell | 20,121,620 | 20 days agoSun, 26 Jul 2026 19:27:27 UTC | 0x1706…b475 | IN | BagsBondingCurve | $0.000 ETH | 0.00000880 | |
| 0x39a54d…d05dab | buy | 20,121,554 | 20 days agoSun, 26 Jul 2026 19:27:21 UTC | 0x1706…b475 | IN | BagsBondingCurve | $18.810.01 ETH | 0.00000952 | |
| 0xfa080d…0a6e05 | sell | 20,121,485 | 20 days agoSun, 26 Jul 2026 19:27:14 UTC | 0x1706…b475 | IN | BagsBondingCurve | $0.000 ETH | 0.00000874 | |
| 0xc63cfb…6b9e67 | buy | 20,121,403 | 20 days agoSun, 26 Jul 2026 19:27:05 UTC | 0x1706…b475 | IN | BagsBondingCurve | $18.810.01 ETH | 0.00000877 |
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x924317…165dba | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0x813ea2…b80d | [0] 0x000000000000…20cbbe5f [1] 0x000000000000…20cbbe5f data: 0x000000000000000000…e6acab2d |
| 0x924317…165dba | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0xce1b9f…8076 | [0] 0x000000000000…20cbbe5f [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x905e55…3b5990 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x6d9c6f…36b9 | [0] 0x000000000000…2b3e5a2a [1] 0x000000000000…2b3e5a2a data: 0x000000000000000000…fe506b2c |
| 0x905e55…3b5990 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0xce1b9f…8076 | [0] 0x000000000000…2b3e5a2a [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x8228f8…59a299 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x6d9c6f…36b9 | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…e6acab2c |
| 0x8228f8…59a299 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0xd69da0…ce6865 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0x6d9c6f…36b9 | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…decb6b2c |
| 0xd69da0…ce6865 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x3b2ce5…ab9bd5 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x813ea2…b80d | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…21469b2c |
| 0x3b2ce5…ab9bd5 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x8ee868…b632a9 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x6d9c6f…36b9 | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…97795b2b |
| 0x8ee868…b632a9 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x817308…a77130 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x813ea2…b80d | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…21469b2b |
| 0x817308…a77130 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x2bdd00…ffc154 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x6d9c6f…36b9 | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…97795b2a |
| 0x2bdd00…ffc154 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0xe04267…31a6b3 | 20 days agoSun, 26 Jul 2026 19:27:50 UTC | 0x813ea2…b80d | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…21469b2a |
| 0xe04267…31a6b3 | 20 days agoSun, 26 Jul 2026 19:27:50 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x1afa17…72651c | 20 days agoSun, 26 Jul 2026 19:27:44 UTC | 0x6d9c6f…36b9 | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…70131b29 |
| 0x1afa17…72651c | 20 days agoSun, 26 Jul 2026 19:27:44 UTC | 0xce1b9f…8076 | [0] 0x000000000000…d362b475 [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x0a3cfb…f1fbfa | 20 days agoSun, 26 Jul 2026 19:27:43 UTC | 0x813ea2…b80d | [0] 0x000000000000…262c40dc [1] 0x000000000000…262c40dc data: 0x000000000000000000…21469b29 |
| 0x0a3cfb…f1fbfa | 20 days agoSun, 26 Jul 2026 19:27:43 UTC | 0xce1b9f…8076 | [0] 0x000000000000…262c40dc [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x64d448…45a639 | 20 days agoSun, 26 Jul 2026 19:27:33 UTC | 0x6d9c6f…36b9 | [0] 0x000000000000…262c40dc [1] 0x000000000000…262c40dc data: 0x000000000000000000…f21df728 |
| 0x64d448…45a639 | 20 days agoSun, 26 Jul 2026 19:27:33 UTC | 0xce1b9f…8076 | [0] 0x000000000000…262c40dc [1] 0x000000000000…540b83aa [2] 0x000000000000…3fa76dcf data: 0x000000000000000000…00000000 |
| 0x9e81c6…982fd1 | 20 days agoSun, 26 Jul 2026 19:27:27 UTC | 0x813ea2…b80d | [0] 0x000000000000…d362b475 [1] 0x000000000000…d362b475 data: 0x000000000000000000…21469b28 |
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x924317a8…165dba | Transfer | 35,123,805 | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.000029 WETH | WETH (WETH) | |
| 0x924317a8…165dba | Transfer | 35,123,805 | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.000029 WETH | WETH (WETH) | |
| 0x924317a8…165dba | Transfer | 35,123,805 | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0x39b3…be5f | IN | 0x4adf…3c4f | 2,373,710.567099 STAKE | Stake App (STAKE) | |
| 0x905e55b9…3b5990 | Transfer | 20,995,357 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.00003 WETH | WETH (WETH) | |
| 0x905e55b9…3b5990 | Transfer | 20,995,357 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.00003 WETH | WETH (WETH) | |
| 0x905e55b9…3b5990 | Transfer | 20,995,357 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x4adf…3c4f | OUT | 0x7e01…5a2a | 2,373,710.567099 STAKE | Stake App (STAKE) | |
| 0x8228f8f2…59a299 | Transfer | 20,891,527 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.00001 WETH | WETH (WETH) | |
| 0x8228f8f2…59a299 | Transfer | 20,891,527 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.00001 WETH | WETH (WETH) | |
| 0x8228f8f2…59a299 | Transfer | 20,891,527 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x4adf…3c4f | OUT | 0x1706…b475 | 793,645.176189 STAKE | Stake App (STAKE) | |
| 0xd69da011…ce6865 | Transfer | 20,128,082 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.000000 WETH | WETH (WETH) | |
| 0xd69da011…ce6865 | Transfer | 20,128,082 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.000000 WETH | WETH (WETH) | |
| 0xd69da011…ce6865 | Transfer | 20,128,082 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0x4adf…3c4f | OUT | 0x1706…b475 | 7,942.551326 STAKE | Stake App (STAKE) | |
| 0x3b2ce5c7…ab9bd5 | Transfer | 20,122,488 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.000147 WETH | WETH (WETH) | |
| 0x3b2ce5c7…ab9bd5 | Transfer | 20,122,488 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.000147 WETH | WETH (WETH) | |
| 0x3b2ce5c7…ab9bd5 | Transfer | 20,122,488 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x1706…b475 | IN | 0x4adf…3c4f | 11,779,465.442676 STAKE | Stake App (STAKE) | |
| 0x8ee868f4…b632a9 | Transfer | 20,122,438 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.00015 WETH | WETH (WETH) | |
| 0x8ee868f4…b632a9 | Transfer | 20,122,438 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.00015 WETH | WETH (WETH) | |
| 0x8ee868f4…b632a9 | Transfer | 20,122,438 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x4adf…3c4f | OUT | 0x1706…b475 | 11,779,465.442676 STAKE | Stake App (STAKE) | |
| 0x817308c2…a77130 | Transfer | 20,122,087 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.000147 WETH | WETH (WETH) | |
| 0x817308c2…a77130 | Transfer | 20,122,087 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.000147 WETH | WETH (WETH) | |
| 0x817308c2…a77130 | Transfer | 20,122,087 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x1706…b475 | IN | 0x4adf…3c4f | 11,779,465.442676 STAKE | Stake App (STAKE) | |
| 0x2bdd0062…ffc154 | Transfer | 20,122,023 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.00015 WETH | WETH (WETH) | |
| 0x2bdd0062…ffc154 | Transfer | 20,122,023 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x0000…0000 | IN | 0x4adf…3c4f | 0.00015 WETH | WETH (WETH) | |
| 0x2bdd0062…ffc154 | Transfer | 20,122,023 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x4adf…3c4f | OUT | 0x1706…b475 | 11,779,465.442676 STAKE | Stake App (STAKE) | |
| 0xe042674b…31a6b3 | Transfer | 20,121,844 | 20 days agoSun, 26 Jul 2026 19:27:50 UTC | 0x4adf…3c4f | OUT | 0x91b5…6dcf | 0.000098 WETH | WETH (WETH) |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 35,123,805 | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0x924317…165dba | CALL | exec | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00002 ETH |
| 35,123,805 | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0x924317…165dba | CALL | exec | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00002 ETH |
| 35,123,805 | 2 days agoThu, 13 Aug 2026 05:02:19 UTC | 0x924317…165dba | CALL | exec | 0x4adf…3c4f | OUT | 0x39b3…be5f | 0.00288 ETH |
| 20,995,357 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x905e55…3b5990 | CALL | buy | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00003 ETH |
| 20,995,357 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x905e55…3b5990 | CALL | buy | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00003 ETH |
| 20,995,357 | 19 days agoMon, 27 Jul 2026 19:50:24 UTC | 0x905e55…3b5990 | DELEGATECALL | buy | 0x4adf…3c4f | OUT | 0x4198…3275 | 0.003 ETH |
| 20,891,527 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x8228f8…59a299 | CALL | buy | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00001 ETH |
| 20,891,527 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x8228f8…59a299 | CALL | buy | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00001 ETH |
| 20,891,527 | 19 days agoMon, 27 Jul 2026 16:55:37 UTC | 0x8228f8…59a299 | DELEGATECALL | buy | 0x4adf…3c4f | OUT | 0x4198…3275 | 0.001 ETH |
| 20,128,082 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0xd69da0…ce6865 | CALL | buy | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00000 ETH |
| 20,128,082 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0xd69da0…ce6865 | CALL | buy | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00000 ETH |
| 20,128,082 | 20 days agoSun, 26 Jul 2026 19:38:15 UTC | 0xd69da0…ce6865 | DELEGATECALL | buy | 0x4adf…3c4f | OUT | 0x4198…3275 | 0.00001 ETH |
| 20,122,488 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x3b2ce5…ab9bd5 | CALL | sell | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00014 ETH |
| 20,122,488 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x3b2ce5…ab9bd5 | CALL | sell | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00014 ETH |
| 20,122,488 | 20 days agoSun, 26 Jul 2026 19:28:53 UTC | 0x3b2ce5…ab9bd5 | CALL | sell | 0x4adf…3c4f | OUT | 0x1706…b475 | 0.01440 ETH |
| 20,122,438 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x8ee868…b632a9 | CALL | buy | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00015 ETH |
| 20,122,438 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x8ee868…b632a9 | CALL | buy | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00015 ETH |
| 20,122,438 | 20 days agoSun, 26 Jul 2026 19:28:48 UTC | 0x8ee868…b632a9 | DELEGATECALL | buy | 0x4adf…3c4f | OUT | 0x4198…3275 | 0.015 ETH |
| 20,122,087 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x817308…a77130 | CALL | sell | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00014 ETH |
| 20,122,087 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x817308…a77130 | CALL | sell | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00014 ETH |
| 20,122,087 | 20 days agoSun, 26 Jul 2026 19:28:14 UTC | 0x817308…a77130 | CALL | sell | 0x4adf…3c4f | OUT | 0x1706…b475 | 0.01440 ETH |
| 20,122,023 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x2bdd00…ffc154 | CALL | buy | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00015 ETH |
| 20,122,023 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x2bdd00…ffc154 | CALL | buy | 0x4adf…3c4f | OUT | 0x4861…83aa | 0.00015 ETH |
| 20,122,023 | 20 days agoSun, 26 Jul 2026 19:28:08 UTC | 0x2bdd00…ffc154 | DELEGATECALL | buy | 0x4adf…3c4f | OUT | 0x4198…3275 | 0.015 ETH |
| 20,121,844 | 20 days agoSun, 26 Jul 2026 19:27:50 UTC | 0xe04267…31a6b3 | CALL | sell | 0x4adf…3c4f | OUT | 0x0bd7…ad73 | 0.00009 ETH |