TokemaktALCX
Verified contract
Proxy
Active on
Ethereum with 6,119 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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xdbdb…c8df
0xa86e…6a14
-
variable spans 1 additional slot
Balances ($107,723.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALCX | ERC-20 | 5.642901K | $19.09 |
$107,722.98 | |
TKX | ERC-20 | 0.001 | $12.14 |
$0.01 | |
tALCX | ERC-20 | 79.881844 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134539 | 5 days ago | | | 0 | 0.0010313410 | |
| 21042720 | 17 days ago | | | 0 | 0.00027265671 | |
| 20966073 | a month ago | | | 0 | 0.0025104709 | |
| 20888905 | a month ago | | | 0 | 0.00050760907 | |
| 20827146 | 2 months ago | | | 0 | 0.0025198701 | |
| 20691951 | 2 months ago | | | 0 | 0.0032136707 | |
| 20675551 | 2 months ago | | | 0 | 0.000032295659 | |
| 20650610 | 2 months ago | | | 0 | 0.00011740678 | |
| 20586850 | 3 months ago | | | 0 | 0.00017146030 | |
| 20528926 | 3 months ago | | | 0 | 0.00042916121 |
ABI
ABI objects
Getter at block 21167676
_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)
TokemaktALCX
owner() view returns (address)
0x90b6c61b102ea260131ab48377e143d6eb3a9d4b
paused() view returns (bool)
false
symbol() view returns (string)
tALCX
totalSupply() view returns (uint256)
191426185020755481384248
underlyer() view returns (address)
0xdbdb4d16eda451d0503b854cf79d55697f90c8df
withheldLiquidity() view returns (uint256)
1052083456903308864166
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()
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DestinationsSet(address fxStateSender, 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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.