Smart Wallet

Verified contract

Active on Base with 2,365 txns
Deployed by via 0xafe5dff5 at 15215219
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x170ea930bdc0f4adae969ef982ce165dcd41e28dd5fce27667c7be8250bebe48
0xabb23aa71e283fcaf2b656aa4881a4d9eb08e05fb9398464fc06d892bcde1f3f
0xeeddd245e2efccf5d2a9f7fbcb5805e7a1c52554fcd2fd6fc6d3f91a8284533c
0xd53459e303ab2542f6e8b7344092d164e584a1a5b7bcd025f515bda576763902
0xe726ccd3d3578c28698d86146a443f35eef7c80be5c57eca101fb917bc3d964d
0xea5ff9cd80645af23ddd9ea3236f911931802789a154a4d8b1fb6ace29c85365
0xcf18bc81c2c42abe7565152b86edec5b47b351b994294dd10ac02541dd9b652e
0x8e7f73f67b7c29a9c0741fdf75c275553e5ebdbfc23eba1196d160ba6a3559b3
0x02493598bb19ac9656f8b8da1cd9ddf0c7d7902bd7f3d1168a13ddf5bda91c67
0xfbc8c87b1d29126d53dd081dc5736cd82f28f9935fb5488d230bc9730746546e

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