Based
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Based"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Based"
ABI
ABI objects
Getter at block 22760843
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INITIAL_GENESIS_POOL_DISTRIBUTION() view returns (uint256)
40000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
TAX_OFFICE_ROLE() view returns (bytes32)
0x1cdc074c0c4ff656fd6754d6026feaaec090c95e0df7c8c5cf00a5963f37d965
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
autoCalculateTax() view returns (bool)
false
burnThreshold() view returns (uint256)
0
decimals() view returns (uint8)
18
getTaxTiersRatesCount() view returns (uint256 count)
0
getTaxTiersTwapsCount() view returns (uint256 count)
0
name() view returns (string)
oracle() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rewardPoolDistributed() view returns (bool)
false
symbol() view returns (string)
taxCollectorAddress() view returns (address)
0x0000000000000000000000000000000000000000
taxRate() view returns (uint256)
0
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedAddresses(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAddressExcluded(address _address) view returns (bool)
supportsInterface(bytes4 interfaceId) 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)
enableAutoCalculateTax()
excludeAddress(address _address) returns (bool)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
grantRole(bytes32 role, address account)
includeAddress(address _address) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _taxRate, address _taxCollectorAddress)
mint(address recipient_, uint256 amount_) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.