BaseLine

Verified contract

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

No balances found for "BaseLine"

0x12825aaaa2b7e4e70dcdbf3f952dfd0c7a76d3dfeb83826c29e5d006c166ebd6
0x67eba0aa9af59c4c061e8c077926f8c7ae5024ca2481e402ca9df7bcddf24fcd
0x0d9fc7a93d99eaeab416298b745e8fb3cb39f295010366469a170bfb3044aa2f
0x292e7b800e099e30dc4a837e25fc805dd56555b0763c5973556f593568e9f127
0x0cbd21f218ab7b49c6b3edcb917ea5b25f70196015bade691d9e3c3922fd0f62
0xf0e00dc64cabf1a95a35f4ebd00f74ca762b8f1f4158c449bfa6f8d05798d724
0xa79786a3048d53ecd23b21d5c92298c832d1847d032c9cb100c9c5b0c794e8f5
0xc36f42ae15f2c8f4f76e740903da471b926220820c6c65f0e40886b04d4721e1
0x0da7d04b8692710c01bc200dab9897a3c83de28066e26c98fa149caa653044fd
0x2f0710dda38cba712e119e42c1100bc9ea552a4eb37b779d9a29c3c0d1457975

Functions
Getter at block 23085278
decimals(view returns (uint8)
18
name(view returns (string)
BaseLine
owner(view returns (address)
0xba30b8c1ec7453527be784fc7f16c00c59b08549
symbol(view returns (string)
BLINE
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(
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(
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