9INCH

Verified contract

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

No balances found for "9INCH"

0x691302ef12864e5dfd8ed9947c995a0834339e58389d721f31e57ca923f2758d
0x4e3458d6265775a9a1465a910501ccded764dde8423b81bfb7fa9cd0c50ebdae
0x5d014e7f427d6fbbe2b5aa6bdc866afdffe24196ce6353d2a95757b083255f93
0x8bec8815f38a7b0429d149eedd792286c34d5f059e8ff4c1db9a5c5c7d10f9c2
0xb207e13034994fc484330f44516b7f91df5055decd76a3da33d9754bbdfbc5b5
0x774106c6b967f22c2df624d6438654bd4da31132026f3b5dc6c5b922fb379844
0x7bcd600a9121ab574726dc2e90f95d8872eec1ae332ce61d465b3701288a6b2c
0x098f532de1047f3ce71a25c720b1d1c88d2007c84c2376f818a0e429ae1dd1cb
0xf30b81d23f492c748b3706399e24a5629f85a00ec7134b331e0364157a720a27
0xdb2946e8ee4093892f1ba3052cc710bd38f5b9c5e53eeba92f000dcdf5d9f53c

Functions
Getter at block 23257225
decimals(view returns (uint8)
18
name(view returns (string)
9INCH
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
9INCH
totalSupply(view returns (uint256)
1000000000000000000000000000
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