Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x35f2…f37e
Balances ($99.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANDY | ERC-20 | 3.322259K | $0.02732 |
$90.76 | |
BRIUN | ERC-20 | 1.520224K | $0.005495 |
$8.35 | |
BASED | ERC-20 | 569.742 | $0.00014 |
$0.08 | |
BOYS | ERC-20 | 1.2 | $0.012334 |
$0.01 | |
PEN | ERC-20 | 8.4138K | $0.000001 |
$0.01 | |
USA | ERC-20 | 1 | $0.000744 |
$0 | |
BITFROG | ERC-20 | 19.9K | -- | -- | |
TIME | ERC-20 | 10K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752545 | 4 hours ago | | | 0 | 3.5527008e-7 | |
| 22752484 | 4 hours ago | | | 0 | 6.1507929e-7 | |
| 22722502 | 21 hours ago | | | 0 | 2.7351274e-7 | |
| 22713538 | a day ago | | | 0 | 0.0000027711981 | |
| 22709219 | a day ago | | | 0 | 6.8801894e-7 | |
| 22708310 | a day ago | | | 0 | 3.6024519e-7 | |
| 22705784 | a day ago | | | 0 | 6.8801894e-7 | |
| 22702530 | a day ago | | | 0 | 0.0000014763856 | |
| 22699804 | a day ago | | | 0 | 6.8505884e-7 | |
| 22675020 | 2 days ago | | | 0 | 0.0000013342987 |
ABI
ABI objects
Getter at block 22759450
BP() view returns (address)
0x35f260c4702e04d4fd9be7922bd365be5af8f37e
bpEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
BASEDChad
owner() view returns (address)
0xfcea789909015043f9d8654c8a9d1807beabdf7e
symbol() view returns (string)
BASED
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
disableBP()
renounceOwnership()
setBPAddress(address _bp)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)