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 |
---|---|---|---|---|---|
BASED Token | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3975576 | a year ago | | | 0 | 3.9668291e-7 | |
| 3975549 | a year ago | | | 0 | 6.4571022e-7 | |
| 3961118 | a year ago | | | 0 | 0.0000044240765 | |
| 3890576 | a year ago | | | 0 | 0.0000057076060 | |
| 3869819 | a year ago | | | 0 | 7.5359486e-7 | |
| 3869789 | a year ago | | | 0 | 0.000000603894678170 | |
| 3869616 | a year ago | | | 0 | 0.0000056417414 | |
| 3576382 | a year ago | | | 0 | 0.0000011801347 | |
| 3576339 | a year ago | | | 0 | 0.0000013826844 | |
| 3576231 | a year ago | | | 0 | 8.1452924e-7 |
ABI
ABI objects
Getter at block 23576811
INITIAL_AIRDROP_WALLET_DISTRIBUTION() view returns (uint256)
0
INITIAL_BASED_POOL_DISTRIBUTION() view returns (uint256)
500000000000000000000
INITIAL_GENESIS_POOL_DISTRIBUTION() view returns (uint256)
40000000000000000000
autoCalculateTax() view returns (bool)
false
burnThreshold() view returns (uint256)
1100000000000000000
decimals() view returns (uint8)
18
getTaxTiersRatesCount() view returns (uint256 count)
14
getTaxTiersTwapsCount() view returns (uint256 count)
14
isOperator() view returns (bool)
false
name() view returns (string)
BASED
operator() view returns (address)
0x0b6945643526d3114b875a4bc3356026abc05e84
oracle() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0b6945643526d3114b875a4bc3356026abc05e84
rewardPoolDistributed() view returns (bool)
true
symbol() view returns (string)
BASED Token
taxCollectorAddress() view returns (address)
0x0b6945643526d3114b875a4bc3356026abc05e84
taxOffice() view returns (address)
0x0b6945643526d3114b875a4bc3356026abc05e84
taxRate() view returns (uint256)
2000
totalSupply() view returns (uint256)
20743000000000000000000
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)
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()
distributeReward(address _genesisPool, address _basedPool)
enableAutoCalculateTax()
excludeAddress(address _address) returns (bool)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
includeAddress(address _address) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
setBurnThreshold(uint256 _burnThreshold) returns (bool)
setOracle(address _oracle)
setTaxCollectorAddress(address _taxCollectorAddress)
setTaxOffice(address _taxOffice)
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)
transferOperator(address newOperator_)
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)
TaxOfficeTransferred(address oldAddress, address newAddress)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _taxRate, address _taxCollectorAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.