Baseswap Token
Verified contract
Active on
Base with 139,519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,268.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSWAP | ERC-20 | 22.982724K | $0.403286 |
$9,268.61 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.2 | |
ETHO | ERC-20 | 10 | $0.009686 |
$0.1 | |
BASE | ERC-20 | 2K | $0.000003 |
$0.01 | |
USA | ERC-20 | 1 | $0.000823 |
$0 | |
toby | ERC-20 | 1.554K | $0.00 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
SNOOD | ERC-20 | 5.269K | -- | -- | |
JASON | ERC-20 | 5.2488K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22741976 | 21 minutes ago | | | 0 | 1.5859546e-7 | |
| 22741791 | 27 minutes ago | | | 0 | 0.0000048935172 | |
| 22741598 | 34 minutes ago | | | 0 | 0.0000048619339 | |
| 22741429 | 39 minutes ago | | | 0 | 2.8807624e-7 | |
| 22740872 | an hour ago | | | 0 | 2.3097000e-7 | |
| 22740444 | an hour ago | | | 0 | 0.0000048644605 | |
| 22740357 | an hour ago | | | 0 | 0.000000106471200000 | |
| 22740321 | an hour ago | | | 0 | 1.9549892e-7 | |
| 22740140 | an hour ago | | | 0 | 1.7609222e-7 | |
| 22740097 | an hour ago | | | 0 | 1.7318040e-7 |
ABI
ABI objects
Getter at block 22742609
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
getMaxTotalSupply() pure returns (uint256)
10000000000000000000000000
getOwner() view returns (address)
0x2b0a43dccbd7d42c18f6a83f86d1a19fa58d541a
name() view returns (string)
Baseswap Token
owner() view returns (address)
0x2b0a43dccbd7d42c18f6a83f86d1a19fa58d541a
symbol() view returns (string)
BSWAP
totalSupply() view returns (uint256)
7187074670646176075392014
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
mint(uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialMint, address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.