XCHNGStaking

Verified contract

Active on Ethereum with 867 txns
Deployed by via 0x61ff1603 at 19522621
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2,166,246.94
0x7b73015a370763f24bf2455c97f033125a94767314a0e7d047e5179275efb815
0x287b5e15fb00ec2cf920450da37c889e0e24963e7065cd58b21679be211b0409
0x2eb5469aae68b0eb1e8b180c4c89de4b35c959583b5f372549ba48a241b66373
0x3ca05c5ae39bf572c7b6d9023c54539384bdc35a9152f9b5e2680ac2d4a97eef
0x37385aada5ef79f56f9ddff8b645de9d96f159ebf0ce9de79fd12804fccae724
0x751ff7fbd4a36a9ff513377a02f2e07abfe4dd69a76134b49c502cb70fce9e43
0xe5195611070b199f3991763a5a9540e63978e78291f9d3a7d3b3035a721ebb0f
0xa0c7c223e9806988092f998754236384d295075ba70796f93799b4b60d6593ed
0x1c4c9f64f9377c5f335c55fa1cc1958a4ce835de4b4f1e7152b52fd0c74a1903
0x7cee9cda07e202e677baaed11d766bcffefe88449ac8ff34dd827f732197388f

Functions
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(addressview returns (uint256)
stakes(addressuint256view returns (uint256 amountuint256 lockedTimeuint256 unlockTimeuint256 vXCHNGAmount)
vXCHNGBalance(addressview returns (uint256)
State-modifying
renounceOwnership(
setVShare(address _vShare
stake(uint256 _amountuint256 _duration
transferOwnership(address newOwner
unstake(uint256 _stakeIndex
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Staked(address indexed useruint256 amountuint256 durationuint256 vXCHNGAmount
Unstaked(address indexed useruint256 amount
Constructor
constructor(address _xchngTokenAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account