StakeVault
Verified contract
Active on
Ethereum with 13,993 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SVN | ERC-20 | 700 | $0.02692 |
$18.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275965 | 20 minutes ago | | | 0 | 0.00039150953 | |
| 21273067 | 10 hours ago | | | 0 | 0.00086233456 | |
| 21273052 | 10 hours ago | | | 0 | 0.00083363283 | |
| 21272086 | 13 hours ago | | | 0 | 0.00075026514 | |
| 21264798 | 2 days ago | | | 0 | 0.00054353799 | |
| 21264410 | 2 days ago | | | 0 | 0.00065993561 | |
| 21264365 | 2 days ago | | | 0 | 0.00071138051 | |
| 21263207 | 2 days ago | | | 0 | 0.00022397009 | |
| 21263132 | 2 days ago | | | 0 | 0.00048916731 | |
| 21258869 | 2 days ago | | | 0 | 0.00063726471 |
ABI
ABI objects
Getter at block 21276063
Optimization() view returns (uint256)
101253120056781516135792386796840287862694
Pause() view returns (bool)
false
_owner() view returns (address)
0x56781f5161e3579b23867a96840b287862694ffb
decimals() view returns (uint256)
18
name() view returns (string)
StakeVault
owner() view returns (address)
0x56781f5161e3579b23867a96840b287862694ffb
symbol() view returns (string)
SVN
totalSupply() view returns (uint256)
1899999999999999999899990000
Read-only
_isEnemy(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events EnemyAddress(address account, bool value)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setPause(bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(string name_, string symbol_, uint256 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.