Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BASED"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22375352 | 9 days ago | | | 0 | 4.7646723e-7 | |
| 22315241 | 10 days ago | | | 0 | 4.7671433e-7 | |
| 22315180 | 10 days ago | | | 0 | 0.000000300533263590 | |
| 22314817 | 10 days ago | | | 0 | 4.7671433e-7 | |
| 22314432 | 10 days ago | | | 0 | 0.000000306123861813 | |
| 21745851 | 23 days ago | | | 0 | 4.6649088e-7 | |
| 21056739 | a month ago | | | 0 | 4.3964100e-7 | |
| 21056698 | a month ago | | | 0 | 4.4445750e-7 | |
| 21046928 | a month ago | | | 0 | 4.5404730e-7 | |
| 21046675 | a month ago | | | 0 | 4.4445750e-7 |
ABI
ABI objects
Getter at block 22746508
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
BASED
operator() view returns (address)
0xa7f8af551cc5a20d84c7767bd71b0502dc1c5254
owner() view returns (address)
0xb9b22504b9071291e938e0e582934a82c4a4670c
symbol() view returns (string)
BASED
totalSupply() view returns (uint256)
1491438463465691253684000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _renounceOperator()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address to, 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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.