Vibes

Verified contract

Active on Base with 2,585 txns
Deployed by via 0x4844cc3f at 9018023
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $6,240.23
ERC-20
Value $0
ERC-20
--
ERC-20
--
0xf8e884153ed5d00294193e3664b58e823e5a5603220fcd6c6a2217ad23913b8e
0x4957ad07c8d370724fd4d394b1d382a782ef15f99edaef61f1b0d52dd97fecc8
0x8d6d201a39d2882612e1f854b0e503de0572c8858f66b4133f0a2e88f643a716
0x20964177b8b2c5f8c031defd239c5601b7993a1377af63972bab158dc20ddeb0
0xeceb098052cfa8b42734f6a87ea3a218149eb150df2826e926e0b7dee0ea3e84
0xe808064c2b926a5e235544cf99d0c485bb5d66af2a2dbf0146cc770c63d08a89
0x754c30dd73e66fa3c29e3db17db285d20b77ed532b783fce9e8dcad1f6d6f3ac
0x825fae9c5ccce62b811f9642a61269e4b1a1cd839b5752deb6aeee46cdb0956b
0x0819e3ac774aedba7cbfbfe8a49c2032edb1c1dd852baa8e93b8e8a2173d42ef
0x0077bd7d1402ba9d103325b62bfda138405bf095a5b4df776a00338cabd10c7f

Functions
Getter at block 22769214
MAX_SUPPLY(view returns (uint256)
20000000
decimals(pure returns (uint8)
0
name(view returns (string)
Vibes
owner(view returns (address)
0x3cc8b9193222cfb5adf088e6948d250b5bd076ee
protocolFeeDestination(view returns (address)
0x53d6d64945a67658c66730ff4a038eb298ec8902
protocolFeePercent(view returns (uint256)
20000000000000000
streamerFeePercent(view returns (uint256)
20000000000000000
symbol(view returns (string)
VIBES
totalSupply(view returns (uint256)
1775682
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
burnProceeds(uint256 _amountview returns (uint256)
burnProceedsAfterFees(uint256 _amountview returns (uint256)
mintCost(uint256 _amountview returns (uint256)
mintCostAfterFees(uint256 _amountview returns (uint256)
sumOfPriceToNTokens(uint256 n_pure returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 _amountaddress _streamerAddress
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(uint256 _amountaddress _streamerAddresspayable 
renounceOwnership(
setFeeDestination(address _feeDestination
setProtocolFeePercent(uint256 _feePercent
setStreamerFeePercent(uint256 _feePercent
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed accountuint256 amountaddress indexed streamerAddressuint256 indexed totalSupply
Mint(address indexed accountuint256 amountaddress indexed streamerAddressuint256 indexed totalSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BurnAmountTooHigh(uint256 maximumAmountuint256 amount
EtherTransferFailed(address touint256 value
InsufficientValue(uint256 minimumValueuint256 value