TokemakTokePool
Verified contract
Proxy
Active on
Ethereum with 48,284 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x2e9d…8c94
0xa86e…6a14
-
variable spans 1 additional slot
2 additional
variables
Balances ($57,710.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKE | ERC-20 | 108.400142K | $0.532387 |
$57,710.83 | |
ALBT | ERC-20 | 208.939926K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251507 | a day ago | | | 0 | 0.0028811098 | |
| 21251500 | a day ago | | | 0 | 0.0024255709 | |
| 21201889 | 8 days ago | | | 0 | 0.0028139444 | |
| 21175167 | 12 days ago | | | 0 | 0.0021348336 | |
| 21145056 | 16 days ago | | | 0 | 0.0017102814 | |
| 21145052 | 16 days ago | | | 0 | 0.0014394970 | |
| 21145042 | 16 days ago | | | 0 | 0.0016838610 | |
| 21119009 | 19 days ago | | | 0 | 0.00048775130 | |
| 21118995 | 19 days ago | | | 0 | 0.00046992390 | |
| 21097813 | 22 days ago | | | 0 | 0.00074728529 |
ABI
ABI objects
Getter at block 21258492
STAKING() view returns (address)
0x96f98ed74639689c3a11daf38ef86e59f43417d3
_eventSend() view returns (bool)
true
decimals() view returns (uint8)
18
depositsPaused() view returns (bool)
false
destinations() view returns (address fxStateSender, address destinationOnL2)
(fxStateSender=0xfe5e5d361b2ad62c541bab87c45a0b9b018389a2, destinationOnL2=0x7f4fb56b9c85bab8b89c8879a660f7eaaa95a3a8)
manager() view returns (address)
0xa86e412109f77c45a3bc1c5870b880492fb86a14
name() view returns (string)
TokemakTokePool
owner() view returns (address)
0x90b6c61b102ea260131ab48377e143d6eb3a9d4b
paused() view returns (bool)
false
symbol() view returns (string)
tToke
totalSupply() view returns (uint256)
108284286740301272773786
underlyer() view returns (address)
0x2e9d63788249371f1dfc918a52f8d799f4a38c94
withheldLiquidity() view returns (uint256)
6960406684534770455405
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
approveManager(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
depositFor(address account, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _underlyer, address _manager, string _name, string _symbol)
pause()
pauseDeposit()
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()
unpauseDeposit()
withdraw(uint256 requestedAmount)
withdrawAndMigrate()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DepositsPaused()
DepositsUnpaused()
DestinationsSet(address fxStateSender, address destinationOnL2)
EventSendSet(bool eventSendSet)
Migrated(address migrator, uint256 amount)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.