NIKI

Verified contract

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

No balances found for "NIKI"

0x5b5304b22a6767cc528d36ddc50d66bd245e0022350290daeecbee732cd5bde4
0x560170e5ff7bebdddcd16501546dba08a6bd49664a5dee6aafabfe21bd130b0f
0x56ea33bbe9d00957e0830993fd290f72cece5cbb0a90922b84dd9dc91e3f2f14
0x20900a99d87d9a965ad55265c777f3ef6a4e31b8d3fc05dd63de977bb38ecc19
0x5ec297acd6add540afd9a2bef686d69a921a5be9af8b8eb1172c12042d700601
0x2652dcef88564f8355a9f62dda8573cb6dc0f32c4c7806da80f3ce5e5389d269
0xf95458626956e5090cf4df26af6b17bad2f8f1a2188e9b932760099b324bf239

Functions
Getter at block 23567440
decimals(view returns (uint8)
18
name(view returns (string)
NIKI
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NIKI
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address 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(
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