xXTK-Mgmt
Verified contract
Proxy
Active on
Ethereum with 2,419 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 44 additional slots
-
variable spans 48 additional slots
Balances ($27,751.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XTK | ERC-20 | 141.190754M | $0.000197 |
$27,751.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20361412 | 4 months ago | | | 0 | 0.00054754321 | |
| 20060963 | 6 months ago | | | 0 | 0.00020194725 | |
| 19918411 | 6 months ago | | | 0 | 0.0010247428 | |
| 19790491 | 7 months ago | | | 0 | 0.0011876900 | |
| 19775821 | 7 months ago | | | 0 | 0.0010157027 | |
| 19619628 | 8 months ago | | | 0 | 0.0022795365 | |
| 19580458 | 8 months ago | | | 0 | 0.0010288279 | |
| 19498250 | 8 months ago | | | 0 | 0.0018554175 | |
| 19301489 | 9 months ago | | | 0 | 0.0022171723 | |
| 19228519 | 9 months ago | | | 0 | 0.0021714208 |
ABI
ABI objects
Getter at block 21297690
decimals() view returns (uint8)
18
name() view returns (string)
xXTK-Mgmt
owner() view returns (address)
0x4c0c29539c463af348f8cba8c02d644a8d68c320
symbol() view returns (string)
xXTKa
totalSupply() view returns (uint256)
539199867325903382553392091
transferable() view returns (bool)
true
unstakePenalty() view returns (uint256)
972500000000000000
xtk() view returns (address)
0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateProRataXtk(uint256 xxtkAmount) view returns (uint256)
calculateXtkToDistributeOnUnstake(uint256 proRataXtk) view returns (uint256)
calculateXxtkAmountToMint(uint256 xtkAmount) view returns (uint256)
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
renounceOwnership()
setTransferable(bool _transferable)
setUnstakePenalty(uint256 _unstakePenalty)
stake(uint256 _xtkAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256 _xxtkAmount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetUnstakePenalty(uint256 indexed timestamp, uint256 unstakePenalty)
Stake(address indexed sender, uint256 xtkAmount, uint256 xxtkAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UnStake(address indexed receiver, uint256 xxtkAmount, uint256 xtkAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.