xSTAKE.Finance
Verified contract
Active on
Ethereum with 1,103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "xSTAKE.Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20614839 | 2 months ago | | | 0 | 0.000044031679 | |
| 18105149 | a year ago | | | 0 | 0.00021610281 | |
| 17814224 | a year ago | | | 0 | 0.0010883386 | |
| 17569770 | a year ago | | | 0 | 0.00034196883 | |
| 17569770 | a year ago | | | 0 | 0.00031583841 | |
| 17416703 | a year ago | | | 0 | 0.0010272984 | |
| 16804427 | 2 years ago | | | 0 | 0.0016837333 | |
| 16267696 | 2 years ago | | | 0 | 0.00028076749 | |
| 15382724 | 2 years ago | | | 0 | 0.00011547418 | |
| 15363032 | 2 years ago | | | 0 | 0.00014799013 |
ABI
ABI objects
Getter at block 21160461
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
1000000000000000000000000
name() view returns (string)
xSTAKE.Finance
owner() view returns (address)
0x4c6b360525411e31bfd91eceb4bb59a8ff6e0352
symbol() view returns (string)
$STKF
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.