BasedRate.io SHARE
Verified contract
Active on
Base with 4,493 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000802 |
$0 | |
$NATOSHI | ERC-20 | 122.9987K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
BASS | ERC-20 | 0.674874 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22644422 | 2 days ago | | | 0 | 1.3090642e-7 | |
| 22470115 | 6 days ago | | | 0 | 4.7615799e-7 | |
| 22338338 | 9 days ago | | | 0 | 1.4535188e-7 | |
| 22284617 | 11 days ago | | | 0 | 0.000000078813406320 | |
| 22269213 | 11 days ago | | | 0 | 0.000000079366433293 | |
| 22239678 | 12 days ago | | | 0 | 0.000000091730387280 | |
| 22016749 | 17 days ago | | | 0 | 1.4535188e-7 | |
| 21972949 | 18 days ago | | | 0 | 0.000000080100001436 | |
| 21972943 | 18 days ago | | | 0 | 0.000000088578435036 | |
| 21972877 | 18 days ago | | | 0 | 0.000000078648128531 |
ABI
ABI objects
Getter at block 22738452
BRATE() view returns (address)
0xd260115030b9fb6849da169a01ed80b6496d1e99
FACTORY() view returns (address)
0x420dd381b31aef6683db6b902084cb0ffece40da
LIQUIDITY_ALLOCATION() view returns (uint256)
21000000000000000000
PRESALE_ALLOCATION() view returns (uint256)
28000000000000000000
ROUTER() view returns (address)
0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43
WETH() view returns (address)
0x4200000000000000000000000000000000000006
autoCalculateTax() view returns (bool)
true
decimals() view returns (uint8)
18
getTaxTiersRatesCount() view returns (uint256 count)
10
getTaxTiersTwapsCount() view returns (uint256 count)
10
isOperator() view returns (bool)
false
name() view returns (string)
BasedRate.io SHARE
operator() view returns (bool)
false
oracle() view returns (address)
0x371c1605e5ddd2588d920df146484f6037e358c7
owner() view returns (address)
0xadf9152100c536e854e0ed7a3e0e60275cef7e7d
swap() view returns (bool)
true
symbol() view returns (string)
BSHARE
taxManager() view returns (address)
0xadf9152100c536e854e0ed7a3e0e60275cef7e7d
taxRate() view returns (uint256)
1000
totalSupply() view returns (uint256)
3106446223330778714765
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedAddresses(address) view returns (bool)
isAddressExcluded(address _address) view returns (bool)
isLP(address) view returns (bool)
taxTiersRates(uint256) view returns (uint256)
taxTiersTwaps(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableAutoCalculateTax()
enableAutoCalculateTax()
excludeAddress(address _address) returns (bool)
includeAddress(address _address) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeOperator(address oldOperator)
renounceOwnership()
setLP(address _LP, bool _isLP)
setOperator(address newOperator)
setOracle(address _oracle)
setSwap(bool _swap)
setTaxManager(address _taxManager)
setTaxRate(uint256 _taxRate)
setTaxTiersRate(uint8 _index, uint256 _value) returns (bool)
setTaxTiersTwap(uint8 _index, uint256 _value) returns (bool)
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)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _BRATE)
This contract contains no fallback and receive objects.
This contract contains no error objects.