BULLRUN

Verified contract

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

No balances found for "BULLRUN"

0xac6e2376b91e542f3ebb2c6b18a49b35550eff93d3dcc27dd3887a7d1a17d51d
0xae33da7ebc4da89460bfe6db933788b14b3947c26b94d6d4e847664030084ecf
0x5af601177958ceeaf9b6a8196a64e23defd99ec0cbf6801572763f1b21fda612
0xd767d8ea67d9ecee227e99d5c6e90dcdec2f14c98ff4dd0c27a4f4d9e57eed40
0x7fd0c9ffb31975ad3593fb6e4ebb562f3fdaea540a0fdc11063d6d42e3a932af
0xe4ebced5a0bfb8069983450bb89506cd4e94c5a4b5dd4ed7162dd6d751226149
0xea887c5c9605a4a4947dfaaa94073e44c09edfdc69e60d299c1e32ca2b28c1eb
0x215bcc42c521fbe85de2fa9ce71ea0458c05fff5c560143ed39cc1dd22453837
0xe96531af8e4c1a572bdd27cc7a69e55c08b52840daabb24ced06f2cc3fe3430d
0xab1abeb2e475d4cb418935cda20916f573b57c6b893181bf4ea292bd73f7371a

Functions
Getter at block 23727052
decimals(view returns (uint8)
18
name(view returns (string)
BULLRUN
symbol(view returns (string)
BULL
totalSupply(view returns (uint256)
100000000000000000000000000000
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