Troll

Verified contract

Active on Base with 95 txns
Deployed by via 0x3481d5d9 at 16148131
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x802bd6a80158fa8344808630d71dd468c25e75ece0825cb1677a4de136448aae
0x7b8d26b2e6d5b0e6e1a4a1419bfe3bc97b79cdd1153ffa1807215635d65d6d87
0xbe200ace93c3fdb920c55db5170a62ae6c877c84eff4f42e1333336820b82ff4
0x99849a192565e3db2489804d8575b793b9fe5043b04cf4174c138aac4bc60bcf
0x0f281fd0550d957fe2831263d7f90d451ec1e58b97a968098fc8a6bd221c0188
0xda94468fd3a82329991b431215cb157886a23d991c9aed87bc3a7838205dd844
0x59eda3f6dd17b03f400b057980b53301ee88e1ebe2e1beafaecd6e21c6f43067
0xc0b1966c60ff05e3e36810602d2e659d26774e1757ba984421cf92d055e1b9af
0xadf92b0e4481f327e1a4892d2f1cbda19e62b68ca350c20195fbff438ba31c50
0xad308dcd5c7dfc68315c8f2808885b0ebaaf0a9b5b605d20f7e3f375ed195f4a

Functions
Getter at block 23252103
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Troll
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TROLL
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