Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($4,947.80)
Native
Value
$2,307.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.695494 | $3,317.89 |
$2,307.57 | |
USDC | ERC-20 | 2.476598K | $1.001 |
$2,479.07 | |
NORMIE | ERC-20 | 6.96433K | $0.010557 |
$73.52 | |
TYBG | ERC-20 | 223.165398K | $0.000221 |
$49.23 | |
BRETT | ERC-20 | 92.505542 | $0.157968 |
$14.61 | |
TOSHI | ERC-20 | 28.757099K | $0.000273 |
$7.85 | |
BOOMER | ERC-20 | 601.418132 | $0.010723 |
$6.45 | |
BASE | ERC-20 | 1M | $0.000003 |
$3.43 | |
BAMBOO | ERC-20 | 286 | $0.011742 |
$3.36 | |
toby | ERC-20 | 37.842791M | $0.00 |
$1.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727748 | 13 hours ago | | | 0 | 0.0000012913096 | |
| 22727561 | 13 hours ago | | | 0.0000333 | 1.6990285e-7 | |
| 22727254 | 13 hours ago | | | 0 | 0.0000012912661 | |
| 22727225 | 13 hours ago | | | 0.0000333 | 1.7196310e-7 | |
| 22725784 | 14 hours ago | | | 0.00021047694 | 0.000000100414187764 | |
| 22713668 | 20 hours ago | | | 0 | 0.0000011944246 | |
| 22707393 | a day ago | | | 0 | 0.0000014477934 | |
| 22707248 | a day ago | | | 0 | 0.0000019776032 | |
| 22707064 | a day ago | | | 0 | 0.0000011800419 | |
| 22706781 | a day ago | | | 0 | 0.0000020401133 |
ABI
ABI objects
Getter at block 22750407
EIP712_DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
_DOMAIN_SEPARATOR() view returns (bytes32)
0x823fe8bceb4446943dd84fc7ad5279ec7d0e60ab75fcc7eb088ee67aa3f6024c
_TRANSFER_TYPE_HASH() view returns (bytes32)
0xda3241d4d2732e32f76e33e29a986bf90890ff6cb9b8506b1059fc1f197a34e6
domain() view returns (string name, string version, uint256 chainId, address verifyingContract)
(name=LinkdropEscrow, version=3, chainId=8453, verifyingContract=0x2d5dfe0e4582c905233df527242616017f36e192)
owner() view returns (address)
0xd503ac7d187238d42ed3ce0fe81e9930fcad69b0
Read-only
accruedFees(address) view returns (uint256)
deposits(address, address, address) view returns (uint256 tokenId, uint128 amount, uint120 expiration, uint8 tokenType)
getDeposit(address token_, address sender_, address transferId_) view returns (address token, uint8 tokenType, uint256 tokenId, uint128 amount, uint120 expiration)
recoverLinkKeyId(address receiver_, bytes receiverSig_) pure returns (address linkKeyId)
recoverSender(address linkKeyId_, address transferId_, bytes senderSig_) view returns (address sender)
relayers(address) view returns (bool)
verifyFeeAuthorization(address sender_, address token_, address transferId_, uint256 tokenId_, uint128 amount_, uint120 expiration_, address feeToken_, uint128 feeAmount_, bytes feeAuthorization_) view returns (bool isValid)
State-modifying
Events cancel(address token_, address transferId_)
deposit(address token_, address transferId_, uint128 amount_, uint120 expiration_, address feeToken_, uint128 feeAmount_, bytes feeAuthorization_) payable
depositETH(address transferId_, uint128 amount_, uint120 expiration_, uint128 feeAmount_, bytes feeAuthorization_) payable
depositWithAuthorization(address token_, address transferId_, uint120 expiration_, bytes4 authorizationSelector_, uint128 fee_, bytes receiveAuthorization_)
redeem(address receiver_, address sender_, address token_, bytes receiverSig_)
redeemRecovered(address receiver_, address token_, address transferId_, bytes receiverSig_, bytes senderSig_)
refund(address sender_, address token_, address transferId_)
renounceOwnership()
setRelayer(address relayer_, bool active_)
transferOwnership(address newOwner)
withdrawAccruedFees(address token_)
Cancel(address indexed sender, address indexed token, address transferId, uint8 tokenType, uint256 tokenId, uint128 amount)
Deposit(address indexed sender, address indexed token, address transferId, uint120 expiration, uint8 tokenType, uint256 tokenId, uint128 amount, address feeToken, uint128 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed sender, address indexed token, address indexed receiver, address transferId, uint8 tokenType, uint256 tokenId, uint128 amount)
Refund(address indexed sender, address indexed token, address transferId, uint8 tokenType, uint256 tokenId, uint128 amount)
UpdateFees(uint128 claimFee, uint128 depositFee)
UpdateRelayer(address relayer, bool active)
WithdrawFees(address feeReceiver, address token_, uint256 amount)
constructor(address relayer_)
This contract contains no fallback and receive objects.
This contract contains no error objects.