Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.58)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $4,009.85 |
$0 | |
BOOMER | ERC-20 | 168.548795 | $0.0088 |
$1.48 | |
DEGEN | ERC-20 | 2 | $0.013627 |
$0.03 | |
TOSHI | ERC-20 | 123 | $0.000212 |
$0.03 | |
Fren Pet | ERC-20 | 0.0075 | $2.58 |
$0.02 | |
$poop | ERC-20 | 13.140604 | $0.000905 |
$0.01 | |
BOYS | ERC-20 | 1.01 | $0.010545 |
$0.01 | |
MINKY | ERC-20 | 10 | $0.000008 |
$0 | |
TUBBY | ERC-20 | 42.1M | -- | -- | |
POOP | ERC-20 | 19.626116K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18230854 | 4 months ago | | | 0 | 5.3010297e-7 | |
| 18048475 | 4 months ago | | | 0 | 0.0000029426203 | |
| 18048219 | 4 months ago | | | 0 | 0.0000017534432 | |
| 18048187 | 4 months ago | | | 0 | 0.0000024319575 | |
| 18048077 | 4 months ago | | | 0 | 0.0000030127900 | |
| 18047763 | 4 months ago | | | 0 | 0.0000033395493 | |
| 18038233 | 4 months ago | | | 0 | 0.0000063447288 | |
| 17908618 | 4 months ago | | | 0 | 0.0000015798388 | |
| 17908572 | 4 months ago | | | 0 | 0.0000021616864 | |
| 17908120 | 4 months ago | | | 0 | 0.0000010789682 |
ABI
ABI objects
Getter at block 23814900
emergencyWithdrawExpiresAt() view returns (uint256)
1722000890
owner() view returns (address)
0xc0486f9e26183cf5ac08cfded3f5c6f1ebf4df47
paused() view returns (bool)
false
Read-only
getTransactionState(struct FloorSenderTransaction _txn) view returns (uint8)
getTransactionStateForPublicKey(address _publicKey) view returns (uint8)
relayers(address) view returns (bool)
transactions(address) view returns (uint32 createdAt, uint160 floorSenderAddress, uint160 recipientAddress, uint160 erc20ContractAddress, uint256 value)
State-modifying
Events deposit(address _contractAddress, uint256 _value, address _publicKey) payable
depositForUser(address _contractAddress, uint256 _value, address _publicKey, bytes _signature)
emergencyWithdraw(address[] _publicKeys)
redeem(address _publicKey, bytes _signature, bytes _senderSignature)
redeemForUser(bytes _encodedAddresses, bytes _signature)
release(address _publicKey)
releaseAll(address[] _publicKeys)
renounceOwnership()
setEmergencyWithdrawExpiresAt(uint256 _newExpiresAt)
setRelayerStatus(address _address, bool _val)
transferOwnership(address newOwner)
EmergencyWithdrawRelease(struct FloorSenderTransaction indexed transaction)
FundsDeposited(address indexed publicKey, address indexed floorSenderAddress, uint256 indexed value, address erc20ContractAddress)
FundsToppedUp(uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TxnRedeemed(struct FloorSenderTransaction indexed transaction)
TxnReleased(struct FloorSenderTransaction indexed transaction)
Unpaused(address account)
constructor()
receive()
AlreadySetEmergencyWithdraw()
CantBeAnNFT()
CantBeZero()
CantSendToSelf()
DepositError()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
EmergencyWithdrawExpired()
EnforcedPause()
ExpectedPause()
IncorrectState()
InvalidSignature()
NotYourTxn()
OnlyOwner()
OnlyRelayer()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SendFailed()
TxnExists()
ValuesMustMatchForETHTxn()