rbasx.finance
Verified contract
Active on
Ethereum with 544 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
7 additional
variables
Balances ($0.00)
No balances found for "rbasx.finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20969624 | a month ago | | | 0 | 0.00032572265 | |
| 16726116 | 2 years ago | | | 0 | 0.00039854592 | |
| 15427795 | 2 years ago | | | 0 | 0.00015787673 | |
| 15427784 | 2 years ago | | | 0 | 0.00037516549 | |
| 15427752 | 2 years ago | | | 0 | 0.00022500678 | |
| 14966149 | 2 years ago | | | 0 | 0.00070958033 | |
| 13880066 | 3 years ago | | | 0 | 0.0011261806 | |
| 13072357 | 3 years ago | | | 0 | 0.00077344744 | |
| 12227907 | 4 years ago | | | 0 | 0.011235947 | |
| 11724543 | 4 years ago | | | 0 | 0.0024501400 |
ABI
ABI objects
Getter at block 21203999
_limitExpiresTimestamp() view returns (uint256)
1607976807
_limitMaxBalance() view returns (uint256)
690000000000
_limitSellFeePercent() view returns (uint256)
690
_limitTimestamp() view returns (uint256)
1607974787
_limitTransferAmount() view returns (uint256)
690000000000
_rebaser() view returns (address)
0x49953e352f46cdce2083f6d45b75356f9e1a9320
_tFeePercent() view returns (uint256)
300
_tFeeTimestamp() view returns (uint256)
1607950685
decimals() view returns (uint8)
9
name() view returns (string)
rbasx.finance
owner() view returns (address)
0x49953e352f46cdce2083f6d45b75356f9e1a9320
symbol() view returns (string)
RBASX
totalFees() view returns (uint256)
12483690658059
totalSupply() view returns (uint256)
41520902204704
transactionsSize() view returns (uint256)
1
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)
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.