WhirlDeposit
Verified contract
Active on
Ethereum with 1,744 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WhirlDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19984755 | 5 months ago | | | 0.051412431 | 0.00047011889 | |
| 19984652 | 5 months ago | | | 0.20190747 | 0.00037855694 | |
| 19984158 | 5 months ago | | | 1.8607093 | 0.00065997315 | |
| 19983780 | 5 months ago | | | 4.3713118 | 0.00072832200 | |
| 19983763 | 5 months ago | | | 4.5244189 | 0.00083757030 | |
| 19983738 | 5 months ago | | | 5.73051 | 0.00087398640 | |
| 19983715 | 5 months ago | | | 4.6754446 | 0.00094681860 | |
| 19983689 | 5 months ago | | | 4.8257842 | 0.00080115420 | |
| 19983662 | 5 months ago | | | 4.584812 | 0.00087398640 | |
| 19983626 | 5 months ago | | | 5.3282689 | 0.00072832200 |
ABI
ABI objects
Getter at block 21091297
owner() view returns (address result)
0x89ea21a71402d0e71387b4b72988a2a244f0b79d
paused() view returns (bool)
false
relayer() view returns (address)
0xcafe63e03d216d17474fdf9208e25d008eef73d1
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deposit() payable
depositToken(address token_, uint256 amount_) payable
renounceOwnership() payable
requestOwnershipHandover() payable
transferOwnership(address newOwner) payable
updatePaused(bool paused_)
updateRelayer(address relayer_)
updateSupportedTokens(address token_, bool enabled_)
withdraw(uint256 amount_)
withdrawToken(address token_, uint256 amount_)
Deposit(address indexed user, address indexed token, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PausedUpdated(bool arg0)
RelayerUpdated(address arg0)
SupportedTokensUpdated(address arg0, bool arg1)
constructor(address relayer_)
This contract contains no fallback and receive objects.
AlreadyInitialized()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PausedContract()
TransferFailed()
Unauthorized()
UnsupportedToken()
ZeroAddress()