Base Station

Verified contract

Active on Base with 27 txns
Deployed by via 0x3cc417c4 at 19207997
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Base Station"

0x1e0853b8ef858801dbabc875a7f8853e31cf3e5876ee246b7455954e7740f9e3
0x3a64eece0e88a3a5ac7d9575994ef2a34a2ce773200056c23fa978fecbc739c6
0x8cb3674eaf2839e0d8c54a8c731d422705b5e3adb2941b78a322e249c5589379
0x71e20118bd2fefdf0dbf74f420e632944f1d32731a7cfbdecbe776b109dbac4f
0xe0daed746ee870b94fd97c8bddf0135f4c4cf0ebd3a9a15afd0107d85950cd54
0x2f276a670cda8737479f6ac8554cb1d07527a8cd69f3611665eb10b088bd2f91
0x8c4da296546ea562a45d2c573a7de02b64ac0c6087d2f5f6e2e872b8a058639d
0x62a594c4c629821775d5796e31fabeaa1a8c3f6f7f0c0d20d0bb2b2d404ed2c2
0xa02fe092994dc005099f285aed6952d256505f86f8ce706e1c3a0edeb41166fc
0x40cfed7609aaf519605d7b155bac40daff1ea8d7b484b08add73c5537a3e6f34

Functions
Getter at block 22023257
blockedPairAddress(view returns (address)
0xbb41bd3a6ff2bd23a8abfce520df8b60c1efb578
decimals(view returns (uint8)
18
name(view returns (string)
Base Station
owner(view returns (address)
0x949c52ec1223286666cfd68048b5dc01503d4b5c
symbol(view returns (string)
BSS
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setBlockedPairAddress(address pairAddressreturns (address)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 supply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account