Trippy

Verified contract

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

No balances found for "Trippy"

0xa12c7b9dd78d85967570c5f139c684df7ad2448876a588f2624d3d0784775ead
0xd9d158e25d97d3c255fe72e2342ccbe3123b3d64f2787350336aa7bd486a858c
0x33474721f57a13c0f1e059e917e6b3d9361fbef688b6f6b646fc3383c3367fcd

Functions
Getter at block 22143596
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Trippy
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
Trippy
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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 _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account