Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($639.29)
Native
Value
$639.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2 | $3,196.47 |
$639.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20615729 | 3 months ago | | | 0 | 0.000041639400 | |
| 20574493 | 3 months ago | | | 0 | 0.000024474874 | |
| 20377768 | 4 months ago | | | 0 | 0.00014547600 | |
| 20345680 | 4 months ago | | | 0 | 0.00010270565 | |
| 19695388 | 7 months ago | | | 0 | 0.00017702879 | |
| 18460350 | a year ago | | | 0 | 0.00034953388 | |
| 18012501 | a year ago | | | 0 | 0.00037222988 | |
| 16833488 | 2 years ago | | | 0 | 0.00088374488 | |
| 16017178 | 2 years ago | | | 0 | 0.00028175373 | |
| 12619509 | 3 years ago | | | 0 | 0.00046530000 |
ABI
ABI objects
Getter at block 21164148
STV() view returns (address)
0x226e390751a2e22449d611bac83bd267f2a2caff
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
name() view returns (string)
STVKE
symbol() view returns (string)
STV
totalSupply() view returns (uint256)
5000000000000000000000000
viewBurnOnTX() view returns (uint256)
0
viewBypassPrice() view returns (uint256)
10000000000000000000000
viewCappedSupply() view returns (uint256)
5000000000000000000000000
viewFeeDest() view returns (address)
0x2909909f26e0ac5fb2161489d3d79faa6c9a4ddf
viewFeeOnTX() view returns (uint256)
50
viewIfBurnable() view returns (bool)
true
viewIfMintable() view returns (bool)
false
viewOwner() view returns (address)
0xc27362d2d5fa7690391bcf32a1338ff610ca054c
viewPrice() view returns (uint256)
100000000000000000
viewSTVrequirement() view returns (uint256)
1000000000000000000000
viewTreasury() view returns (address)
0x2909909f26e0ac5fb2161489d3d79faa6c9a4ddf
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
path(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createToken(string name, string symbol, uint8 decimals, uint256 supply, address mintDest, uint256 BurnMintGov, uint256 burnOnTX, uint256 cappedSupply, uint256 feeOnTX, address feeDest, uint256 noTransferTime, address owner) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
revokeMinting()
revokeOwnerShip()
setBurnFee(uint256 _newFee)
setByPassPrice(uint256 _price)
setFee(uint256 _newFee)
setFeeDest(address feeDest)
setOwnerShip(address _address)
setPrice(uint256 _price)
setSTVrequirement(uint256 _STVrequirement)
setTreasury(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyBack(uint256 ethAmount)
Log(string log)
TokenGenerated(address account, uint256 supply, string name, string symbol, uint8 decimals)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.