accTOKE
Verified contract
Proxy
Active on
Ethereum with 2,914 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xa86e…6a14
0x2e9d…8c94
-
variable spans 1 additional slot
Balances ($6,755,769.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKE | ERC-20 | 11.826355M | $0.571247 |
$6,755,769.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203170 | an hour ago | | | 0 | 0.0011866342 | |
| 21203162 | an hour ago | | | 0 | 0.0012889339 | |
| 21202766 | 2 hours ago | | | 0 | 0.00090898461 | |
| 21202380 | 4 hours ago | | | 0 | 0.0018971955 | |
| 21201503 | 7 hours ago | | | 0 | 0.0017473304 | |
| 21200182 | 11 hours ago | | | 0 | 0.0011120509 | |
| 21199609 | 13 hours ago | | | 0 | 0.0012090676 | |
| 21198918 | 15 hours ago | | | 0 | 0.0012332284 | |
| 21194730 | a day ago | | | 0 | 0.0023640066 | |
| 21193265 | a day ago | | | 0 | 0.0018537310 |
ABI
ABI objects
Getter at block 21203470
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCK_FOR_ROLE() view returns (bytes32)
0x6a8817efe199e6e83cb1dca777a406ebd1af6329aadb7cc3e0e957e4416682ff
_eventSend() view returns (bool)
false
decimals() pure returns (uint8)
18
destinations() view returns (address fxStateSender, address destinationOnL2)
(fxStateSender=0x0000000000000000000000000000000000000000, destinationOnL2=0x0000000000000000000000000000000000000000)
getCurrentCycleID() view returns (uint256)
343
manager() view returns (address)
0xa86e412109f77c45a3bc1c5870b880492fb86a14
maxCap() view returns (uint256)
100000000000000000000000000
maxLockCycles() view returns (uint256)
4
minLockCycles() view returns (uint256)
2
name() pure returns (string)
accTOKE
paused() view returns (bool)
false
symbol() pure returns (string)
accTOKE
toke() view returns (address)
0x2e9d63788249371f1dfc918a52f8d799f4a38c94
totalSupply() view returns (uint256)
11826355093121709858904887
withheldLiquidity() view returns (uint256)
123117673418023457392338
Read-only
balanceOf(address account) view returns (uint256 balance)
getDepositInfo(address account) view returns (uint256 lockCycle, uint256 lockDuration, uint256 amount)
getRoleAdmin(bytes32 role) view returns (bytes32)
getWithdrawalInfo(address account) view returns (uint256 minCycle, uint256 amount)
hasRole(bytes32 role, address account) view returns (bool)
requestedWithdrawals(address) view returns (uint256 minCycle, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
cancelWithdrawalRequest()
grantRole(bytes32 role, address account)
initialize(address _manager, uint256 _minLockCycles, uint256 _maxLockCycles, address _toke, uint256 _maxCap)
lockToke(uint256 tokeAmount, uint256 numOfCycles)
lockTokeFor(uint256 tokeAmount, uint256 numOfCycles, address account)
renounceRole(bytes32 role, address account)
requestWithdrawal(uint256 amount)
revokeRole(bytes32 role, address account)
setDestinations(address _fxStateSender, address _destinationOnL2)
setEventSend(bool _eventSendSet)
setMaxCap(uint256 _maxCap)
setMaxLockCycles(uint256 _maxLockCycles)
setMinLockCycles(uint256 _minLockCycles)
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DestinationsSet(address fxStateSender, address destinationOnL2)
EventSendSet(bool eventSendSet)
Initialized(uint8 version)
MaxCapSetEvent(uint256 maxCap)
MaxLockCyclesSetEvent(uint256 maxLockCycles)
MinLockCyclesSetEvent(uint256 minLockCycles)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokeLockedEvent(address indexed tokeSource, address indexed account, uint256 numCycles, uint256 indexed currentCycle, uint256 amount)
Unpaused(address account)
WithdrawalEvent(address indexed account, uint256 amount)
WithdrawalRequestCancelledEvent(address indexed account)
WithdrawalRequestedEvent(address indexed account, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.