Inu Inu

Verified contract

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

No balances found for "Inu Inu"

0x44750b7393552dd715473f439b0cf278e8d6931cb057db33c236ba50e974c7c7
0x1812b17579266e01d64f7615e2142d7303030561ddb927e086f9039ecb048b21
0x3c5ea1e2adcc6b6deb9a421622afeb1985835a8477fbb65b74e017dacaf25e5f
0x71e54001f36a32e8f703b0ead8c27d410dcad2b228f54bbdf5fcf09777bbf5ea
0x1da0025f1b9e11a9f880b05a170c520c7965e3172a226665d44f27c0ffdfd3b7

Functions
Getter at block 23085898
decimals(view returns (uint8)
18
name(view returns (string)
Inu Inu
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
INUINU
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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 name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account