diffi

Verified contract

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

No balances found for "diffi"

0x767c03e455f7ddf425abcf32563e0c7f61e8f1dd014336922d346c191c46cefd
0x679716107c21edc828813efa12efea9bdc874b830476b4f7e40e4351c3cc1b45
0xd588a574a523fb0e496b6dfe80efae4fba7d656d4a8e5ba8cd5c76a483cddefb
0x4295b0bdf48e9eeb502f5ac03f96fad34517c4950464294e24c1925799532851
0x11136f9b13638ca395b2cafa0ae08754236804dfec126bebc79e835a5a77b2e2
0x40620bac7c14a7bcd5b5810f809ea6cddddcb18480499367b7a95f2a017fc720
0x0321b31e7dec13a739aed862d0d9a0788d4e388c856e04ebdfd823827e3432db
0x87279f4405a9d5b14cc4d0fb74e4ad7a8e124c8ad34a0d160b031e4e02b3550f
0x1cf17369430409c0390bfd6900eeb081072b5bbf22a288a242a588d32768beb7
0xa46e136b5003951479aed75a797e9dcdd87a92b738697dc977a51e924803f2fb

Functions
Getter at block 23775683
decimals(view returns (uint8)
18
name(view returns (string)
diffi
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
diffi
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
checkPermit(address owneraddress spenderuint256 valuereturns (bool)
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 name_string symbol_uint256 initialSupply_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account