Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,240.23)
Native
Value
$6,240.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.866271 | $3,343.69 |
$6,240.23 | |
USA | ERC-20 | 1 | $0.000734 |
$0 | |
fart | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20987455 | a month ago | | | 0 | 3.8972964e-7 | |
| 19424965 | 3 months ago | | | 0 | 5.4675601e-7 | |
| 19424958 | 3 months ago | | | 0.0000032791721 | 6.8494628e-7 | |
| 19388559 | 3 months ago | | | 0 | 5.4513147e-7 | |
| 19388549 | 3 months ago | | | 0.0000032791721 | 6.8321796e-7 | |
| 18501017 | 3 months ago | | | 0 | 1.3048212e-7 | |
| 18171829 | 3 months ago | | | 0.0000032791684 | 6.6009229e-7 | |
| 18171613 | 3 months ago | | | 0.0000032791647 | 7.2890932e-7 | |
| 18171417 | 3 months ago | | | 0.000032791444 | 5.8327669e-7 | |
| 17871536 | 4 months ago | | | 0.0000032791241 | 5.3505424e-7 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burnProceeds(uint256 _amount) view returns (uint256)
burnProceedsAfterFees(uint256 _amount) view returns (uint256)
mintCost(uint256 _amount) view returns (uint256)
mintCostAfterFees(uint256 _amount) view returns (uint256)
sumOfPriceToNTokens(uint256 n_) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount, address _streamerAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount, address _streamerAddress) payable
renounceOwnership()
setFeeDestination(address _feeDestination)
setProtocolFeePercent(uint256 _feePercent)
setStreamerFeePercent(uint256 _feePercent)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount, address indexed streamerAddress, uint256 indexed totalSupply)
Mint(address indexed account, uint256 amount, address indexed streamerAddress, uint256 indexed totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
BurnAmountTooHigh(uint256 maximumAmount, uint256 amount)
EtherTransferFailed(address to, uint256 value)
InsufficientValue(uint256 minimumValue, uint256 value)