Bullrun

Verified contract

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

No balances found for "Bullrun"

0x60a89e04f06b515d49727fc12392ad1ac3900bc3c3a17a7efb0148b6966191b6
0x93141504b750260fd4f20d1da81be6a487a3861e1a350f8d0db5cb110f8986d3
0xb8da5ae9b3ce0d73217efac6762d0984c7da6dacba2ce4e0fe1134476d16171e
0x50f0d22082c721a83c173ff75a0c4227ee6bfc354bac1bb1d7830d9539de22a6
0x815acafa747c573c3346352d82f550478036139f64570bf3a1e360ad2e2423b5
0xd488a79a06a42684ed06b44a96d2cdcfc85466a6dce9cad05d5b420ba38a3b52
0x67efb6f134cb95f9da918b671bef219a164d5f3aa57b08a9a1ba656eb4aa74fd
0x33db6dde157bf04fcf5acfcf075b26b350fe9b3de8356194af57eb263fa1d3c0
0x38fbc75a9fe69280acb80265e59e29a2c677306c197207e3a4cc22269450959d
0x05ed260513c8960632c81c4eb5b944532d12d120589260eeb59f3495f5594991

Functions
Getter at block 22730166
decimals(view returns (uint8)
18
name(view returns (string)
Bullrun
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