tokemakWeth
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xa86e…6a14
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "tokemakWeth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16248827 | 2 years ago | | | 0 | 0.00061006955 | |
| 13309927 | 3 years ago | | | 0 | 0.018781400 |
ABI
ABI objects
Getter at block 20821077
_eventSend() view returns (bool)
false
decimals() view returns (uint8)
18
destinations() view returns (address fxStateSender, address destinationOnL2)
(fxStateSender=0x0000000000000000000000000000000000000000, destinationOnL2=0x0000000000000000000000000000000000000000)
manager() view returns (address)
0xa86e412109f77c45a3bc1c5870b880492fb86a14
name() view returns (string)
tokemakWeth
owner() view returns (address)
0x90b6c61b102ea260131ab48377e143d6eb3a9d4b
paused() view returns (bool)
false
symbol() view returns (string)
tWeth
totalSupply() view returns (uint256)
0
underlyer() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
withheldLiquidity() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
requestedWithdrawals(address) view returns (uint256 minCycle, uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveManager(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount) payable
depositFor(address account, uint256 amount) payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _weth, address _manager, string _name, string _symbol)
pause()
renounceOwnership()
requestWithdrawal(uint256 amount)
setDestinations(address _fxStateSender, address _destinationOnL2)
setEventSend(bool _eventSendSet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 requestedAmount, bool asEth)
Approval(address indexed owner, address indexed spender, uint256 value)
DestinationsSet(address destinationOnL1, address destinationOnL2)
EventSendSet(bool eventSendSet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WithdrawalRequested(address requestor, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.