Red Bull

Verified contract

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

No balances found for "Red Bull"

0x678acd7722482ff46d1473a13690ad4d88f668bce0bfba634fb558fc77763305
0x22d96fa68923bf0dfa9cd6c4e009bc536438eabba349896cdf9b3e3ec9f71976
0x6885cb6e045e873438c85f46fcef7f6810a602c2b4158121bd011991063b9616
0x817456f7315edea6eb946c5dea10aef991aa805b73fe1522e004282a6f11462e
0x235181b1d9b5b96788217c6c47cdf79d55fd38b88ae2fd02fb7e2ce50e822426
0x0057c44d6665206cb08d81decd1a0462eaed3951ea42c9aebb3df820c9c71da9
0xc6b94a876669bd0b4fe975667f86d7e13e14643724611abe59ed1e7a839c4e3f
0x6a8e80aee5f3f3661b46e9ae53adf74c4e6e21ff98a8b236927eb7bd5d342953
0xdb841501e1e26c47a4e206b1502391c6444506bd399fefbae912a7faac421032
0xa56fcaa43dd896492e8b7c92266d02e0129ad0df900f1b4ea35c994542210941

Functions
Getter at block 22779240
decimals(view returns (uint8)
18
name(view returns (string)
Red Bull
owner(view returns (address)
0xa843309031e8180d2083ba8a839873047bb7eca9
symbol(view returns (string)
RB
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(string name_string symbol_uint8 decimals_uint256 totalSupply_address serviceFeeReceiver_uint256 serviceFee_
Fallback and receive
receive(
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