Bull Run

Verified contract

Active on Base with 6 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bull Run"

0xa33aa0b2d2a4935e547c2c4941fb9d500c85a9c726d3ceeaedaab59f1654323a
0x95232a647b6f3659f7ba627ba11b2490ccbe245d0994d7d7ffdb419fad8a9eb2
0xa51e86007f2c52bc2a329cbdc86284446aa3f619997fb348e036c49e77ce07c8
0x22d61e898ccb52fcd9a22c3f8905948b8343759a15716e52f21b00928b5106be
0x800ef28e2a9a56340d76b4ceefa63295366c4bc28e8bab7412e4961368afdec8
0x40fdc93045184a1074ed4005f9b3dc72c705fecb09c25deb39f11e0b434a557e

Functions
Getter at block 22909176
decimals(view returns (uint8)
18
name(view returns (string)
Bull Run
symbol(view returns (string)
BULL
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)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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