XCHNGStaking
Verified contract
Active on
Ethereum with 867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb712…9026
Balances ($2,166,246.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCHNG | ERC-20 | 79.167243M | $0.027363 |
$2,166,246.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159664 | 2 hours ago | | | 0 | 0.0050526545 | |
| 21158206 | 7 hours ago | | | 0 | 0.0046070000 | |
| 21156388 | 13 hours ago | | | 0 | 0.00071535993 | |
| 21137899 | 3 days ago | | | 0 | 0.0014747133 | |
| 21133200 | 4 days ago | | | 0 | 0.0013837788 | |
| 21126819 | 5 days ago | | | 0 | 0.0023688113 | |
| 21114821 | 6 days ago | | | 0 | 0.00080023071 | |
| 21099531 | 8 days ago | | | 0 | 0.00034846304 | |
| 21093916 | 9 days ago | | | 0 | 0.0012227443 | |
| 21072299 | 12 days ago | | | 0 | 0.0016071752 |
ABI
ABI objects
Getter at block 21160253
owner() view returns (address)
0x1d9a17f3097cee804b3c3717222a22b8eb55bcb1
totalVXCHNGSupply() view returns (uint256)
436211788447903050981108195
totalXCHNGStaked() view returns (uint256)
79167243082701554770418757
vShare() view returns (address)
0x0000000000000000000000000000000000000000
xchngToken() view returns (address)
0xb712d62fe84258292d1961b5150a19bc4ab49026
Read-only
stakeIndex(address) view returns (uint256)
stakes(address, uint256) view returns (uint256 amount, uint256 lockedTime, uint256 unlockTime, uint256 vXCHNGAmount)
vXCHNGBalance(address) view returns (uint256)
State-modifying
Events renounceOwnership()
setVShare(address _vShare)
stake(uint256 _amount, uint256 _duration)
transferOwnership(address newOwner)
unstake(uint256 _stakeIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 duration, uint256 vXCHNGAmount)
Unstaked(address indexed user, uint256 amount)
constructor(address _xchngTokenAddress)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)