FutureBase.Finance
Verified contract
Active on
Ethereum with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
8 additional
variables
Balances ($0.00)
No balances found for "FutureBase.Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13438420 | 3 years ago | | | 0 | 0.0027014632 | |
| 13438278 | 3 years ago | | | 0 | 0.0032558796 | |
| 11501189 | 4 years ago | | | 0 | 0.0014174760 | |
| 11501177 | 4 years ago | | | 0 | 0.0028069020 | |
| 11501177 | 4 years ago | | | 0 | 0.0086932000 | |
| 11501175 | 4 years ago | | | 0 | 0.0022277000 | |
| 11501173 | 4 years ago | | | 0 | 0.0013811740 | |
| 11501164 | 4 years ago | | | 0 | 0.0015197369 | |
| 11501131 | 4 years ago | | | 0 | 0.0016173103 | |
| 11501030 | 4 years ago | | | 0 | 0.0030742260 |
ABI
ABI objects
Getter at block 21212921
_limitExpiresTimestamp() view returns (uint256)
1608554246
_limitMaxBalance() view returns (uint256)
5000000000000
_limitSellFeePercent() view returns (uint256)
2000
_limitTimestamp() view returns (uint256)
1608592144
_limitTransferAmount() view returns (uint256)
5000000000000
_tFeePercent() view returns (uint256)
50
_tFeeTimestamp() view returns (uint256)
1608591546
decimals() view returns (uint8)
9
name() view returns (string)
FutureBase.Finance
symbol() view returns (string)
FBASE
totalSupply() view returns (uint256)
100000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
refractionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromRefraction(uint256 rAmount) view returns (uint256)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 initialSupply)
rebase(int256 supplyDelta) returns (uint256)
refract(uint256 tAmount)
removeTransaction(uint256 index)
renounceOwnership()
setLimit(uint256 expiresTimestamp, uint256 transferAmount, uint256 maxBalance, uint256 sellFeePercent)
setRebaser(address rebaser)
setTransactionEnabled(uint256 index, bool enabled)
setTransferFeePercent(uint256 tFeePercent)
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)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.