LinkdropEscrowStablecoin
Verified contract
Active on
Base with 30,360 txns
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 ($267.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 266.787199 | $0.998713 |
$266.44 | |
USDbC | ERC-20 | 1 | $0.998243 |
$1 | |
WGC | ERC-20 | 200 | $0.000505 |
$0.1 | |
GRG | ERC-20 | 0.05 | $1.24 |
$0.06 | |
USA | ERC-20 | 1 | $0.000763 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000787 |
$0 | |
| ERC-20 | 9K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
TQS | ERC-20 | 3K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19616769 | 2 months ago | | | 0 | 7.6764717e-7 | |
| 18968652 | 3 months ago | | | 0 | 0.0000017782131 | |
| 18808927 | 3 months ago | | | 0 | 7.6772283e-7 | |
| 18772387 | 3 months ago | | | 0 | 0.0000010086902 | |
| 18289416 | 3 months ago | | | 0 | 0.0000012421042 | |
| 18289263 | 3 months ago | | | 0 | 0.0000017113070 | |
| 18160756 | 3 months ago | | | 0 | 0.0000017782737 | |
| 18124368 | 3 months ago | | | 0 | 0.0000017211298 | |
| 18038244 | 4 months ago | | | 0 | 9.3498396e-7 | |
| 18038227 | 4 months ago | | | 0 | 0.0000018423449 |
ABI
ABI objects
Getter at block 22751428
EIP712_DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
_DOMAIN_SEPARATOR() view returns (bytes32)
0xb2b0f235026f4d44b1f5874eadc0ace5b3148cc870bed773c2a31a0f3e19bfdf
_TRANSFER_TYPE_HASH() view returns (bytes32)
0xda3241d4d2732e32f76e33e29a986bf90890ff6cb9b8506b1059fc1f197a34e6
accruedFees() view returns (uint256)
0
authorizationSelector() view returns (bytes4)
0xef55bec6
claimFee() view returns (uint128)
0
depositFee() view returns (uint128)
0
domain() view returns (string name, string version, uint256 chainId, address verifyingContract)
(name=LinkdropEscrow, version=2, chainId=8453, verifyingContract=0xad27383460183fd7e21b71df3b4cac9480eb9a75)
getFees() view returns (uint128, uint128, uint128)
(0, 0, 0)
owner() view returns (address)
0x0f3846281730be3d7e808348556bf82396b62b94
token() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Read-only
deposits(address, address) view returns (uint128 amount, uint128 expiration)
getDeposit(address sender_, address transferId_) view returns (address tokenAddress, uint128 amount, uint128 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)
State-modifying
Events cancel(address transferId_)
deposit(address transferId_, uint128 amount_, uint128 expiration_)
depositWithAuthorization(address transferId_, uint128 expiration_, bool sponsored_, bytes receiveAuthorization_)
redeem(address receiver_, address sender_, bytes receiverSig_, bool sponsored_)
redeemRecovered(address receiver_, address transferId_, bytes receiverSig_, bytes senderSig_, bool sponsored_)
refund(address sender_, address transferId_, bool sponsored_)
renounceOwnership()
setFees(uint128 claimFee_, uint128 depositFee_)
setRelayer(address relayer_, bool active_)
transferOwnership(address newOwner)
withdrawAccruedFees()
Cancel(address indexed sender, address indexed transferId, uint128 amount)
Deposit(address indexed sender, address transferId, uint128 amount, uint128 fee, uint128 expiration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed sender, address indexed receiver, address transferId, uint128 amount)
Refund(address indexed sender, address indexed transferId, uint128 amount)
UpdateFees(uint128 claimFee, uint128 depositFee)
UpdateRelayer(address relayer, bool active)
WithdrawFees(address feeReceiver, uint256 amount)
constructor(address relayer_, uint128 claimFee_, uint128 depositFee_, address token_, bytes4 authorizationSelector_)
This contract contains no fallback and receive objects.
This contract contains no error objects.