Static Flower
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb4d6…c368
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLOWER | ERC-20 | 8.12724K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10315124 | 4 years ago | | | 0 | 0.0056258800 | |
| 10315101 | 4 years ago | | | 0 | 0.0030430400 | |
| 10315082 | 4 years ago | | | 0 | 0.0022010000 | |
| 10315079 | 4 years ago | | | 0 | 0.0068468400 | |
| 10315076 | 4 years ago | | | 0 | 0.0016082400 | |
| 10315073 | 4 years ago | | | 0 | 0.0056258800 | |
| 10315067 | 4 years ago | | | 0 | 0.0056258800 | |
| 10315065 | 4 years ago | | | 0 | 0.0053214330 | |
| 10315033 | 4 years ago | | | 0 | 0.035440800 |
ABI
ABI objects
Getter at block 21378829
buyPrice() view returns (uint256)
1100000000000000000
decimals() view returns (uint8)
18
getInvested() view returns (uint256)
0
multiData() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(8127240329215980154210, 7525282289155109686075, 0, 0, 0, 1100000000000000000, 900000000000000000)
myTokens() view returns (uint256)
0
name() view returns (string)
Static Flower
owner() view returns (address)
0x1fd9fc37cd29ff0e37019a03c99b0aefb3a93827
sellPrice() view returns (uint256)
900000000000000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
STAF
totalDonation() view returns (uint256)
0
totalHolder() view returns (uint256)
5
totalPowerBalance() view returns (uint256)
8127240329215980154210
totalSupply() view returns (uint256)
7525282289155109686075
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculatePowerReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _powerToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(uint256 _amount, address _referredBy) returns (uint256)
buyFor(uint256 _amount, address _customerAddress, address _referredBy) returns (uint256)
distribute(uint256 _amount) returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
setName(string _name)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
onDistribute(address indexed customerAddress, uint256 price)
onReinvestment(address indexed customerAddress, uint256 statReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingSTAT, uint256 tokensMinted, address indexed referredBy, uint256 timestamp)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 statEarned, uint256 timestamp)
onWithdraw(address indexed customerAddress, uint256 statWithdrawn)
constructor()
fallback()
This contract contains no error objects.