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.000761 |
$0 | |
BASED | ERC-20 | 166.37K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 129.261168 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22756355 | 6 minutes ago | | | 0 | 0.0000010581820 | |
| 22755930 | 20 minutes ago | | | 0 | 0.0000054764095 | |
| 22755634 | 30 minutes ago | | | 0 | 0.0000044211100 | |
| 22755545 | 33 minutes ago | | | 0 | 0.0000010007386 | |
| 22754952 | an hour ago | | | 0 | 7.2105687e-7 | |
| 22754883 | an hour ago | | | 0 | 7.3316028e-7 | |
| 22754815 | an hour ago | | | 0 | 7.4486728e-7 | |
| 22754771 | an hour ago | | | 0 | 7.4785863e-7 | |
| 22754746 | an hour ago | | | 0 | 7.4680136e-7 | |
| 22754677 | an hour ago | | | 0 | 8.1456320e-7 |
ABI
ABI objects
Getter at block 22756535
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x52b4b7bb8ea3535cc940374c27ceb325f1218af523765a51cc601f8190249276
clock() view returns (uint48)
22756535
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Based Coin, version=1, chainId=8453, verifyingContract=0x07d15798a67253d76cea61f0ea6f57aedc59dffb, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Based Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BASED
totalSupply() view returns (uint256)
69420000000000000000000000000
tradingActive() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setPairAddress(address pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialAddress)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)