EthereumFinance.io
Verified contract
Active on
Ethereum with 40 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "EthereumFinance.io"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12969296 | 3 years ago | | | 0 | 0.0018973119 | |
| 12842564 | 3 years ago | | | 0 | 0.00087896820 | |
| 12829317 | 3 years ago | | | 0 | 0.00052282800 | |
| 12827156 | 3 years ago | | | 0 | 0.0025395300 | |
| 12827138 | 3 years ago | | | 0 | 0.0018133500 | |
| 12827103 | 3 years ago | | | 0 | 0.0015354900 | |
| 12827078 | 3 years ago | | | 0 | 0.0015759000 | |
| 12827066 | 3 years ago | | | 0 | 0.0011126000 | |
| 12826980 | 3 years ago | | | 0 | 0.0014331240 | |
| 12826976 | 3 years ago | | | 0 | 0.0011632500 |
ABI
ABI objects
Getter at block 21079904
_progressivePrice() view returns (bool)
false
_salePrice() view returns (uint256)
10000000
buyPrice() view returns (uint256)
10000000000000000000000000
contractBalance() view returns (uint256)
0
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
EthereumFinance.io
stakingRequirement() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
EFI
tokenSaleActive() view returns (bool)
false
totalSupply() view returns (uint256)
9009173250000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedApps(address) view returns (bool)
balanceOf(address account) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
owner(address _check) view returns (bool)
State-modifying
Events 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 _to, uint256 _amount)
partialWithdraw(uint256 amount)
purchaseTokens(address _referredBy) payable returns (uint256)
setAllowedApp(address app, bool allow)
setName(string name_)
setSalePrice(uint256 _price)
setSymbol(string symbol_)
setTokenSale(bool mode)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
withdrawToken(address _tokenAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, bool status)
Transfer(address indexed from, address indexed to, uint256 value)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy)
constructor(string name_, string symbol_, bool progressivePrice_, uint256 salePrice_)
receive()
This contract contains no error objects.