WhirlDeposit
Verified contract
Active on
Ethereum with 1,143 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) |
---|---|---|---|---|---|---|---|
| 21216831 | an hour ago | | | 0.46308036 | 0.00056122644 | |
| 21214170 | 10 hours ago | | | 0.99589164 | 0.00047352757 | |
| 21211890 | 18 hours ago | | | 0.0059260963 | 0.00039819666 | |
| 21211794 | 18 hours ago | | | 0.071187132 | 0.00040428051 | |
| 21211357 | 20 hours ago | | | 0.10051759 | 0.00038216433 | |
| 21211354 | 20 hours ago | | | 0 | 0.00085713602 | |
| 21209475 | a day ago | | | 0.10152673 | 0.00047986569 | |
| 21207189 | a day ago | | | 0.51330183 | 0.00034520089 | |
| 21204743 | 2 days ago | | | 0.30874858 | 0.00039275399 | |
| 21201767 | 2 days ago | | | 0.99609826 | 0.00056850363 |
ABI
ABI objects
Getter at block 21217235
nativeEnabled() view returns (bool)
true
owner() view returns (address result)
0x000000473d326c541ef713242cf495220677ab5d
paused() view returns (bool)
false
relayer() view returns (address)
0xbeef2197f174fbbb96815b422ab377a7dcec0ee4
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
updateNativeEnabled(bool enabled_)
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)
NativeEnabledUpdated(bool arg0)
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_, bool _nativeEnabled)
This contract contains no fallback and receive objects.
AlreadyInitialized()
NativeDisabled()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PausedContract()
TransferFailed()
Unauthorized()
UnsupportedToken()
ZeroAddress()