NEXT

Verified contract

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

No balances found for "NEXT"

0x4f7122de71d497bc4d06d6bc629e01fa80b74670251908e3b0e1af9c493d8f22
0x55bedd5e907c53d636bf87496863e3910e76a42b88e7b5dbe72a408d8449f814
0x38ca6f4d46c2bdccc1118e00bb2aa69e191d5fc270892aa19cb75749dd7460ed
0x9990928a5a21dc29b857dff46f69835ade75f56c2623d97659d6fdbdc80182aa
0x66def3cfb626863f5bf774f9c2e2a31feaad76927a7e751b5dc0f6af4b8684cd
0xd2a5d934649da1ae477ad0424e4edace9fd80fa2d1fe5e34662c863e312d710b
0x143e197ece46e2f651f011b9ba16c31bf5d224e9f1ff383c3205209d1a79ed36
0xabbdc8671cb791181deb2980b4dda792661ac0613aa932b4d52a0b2f7501fd87
0x59d108d6025e18a8e6c83055e80e1f67a5ae806fe7c7676e26305e888870d989
0x2a95cf2ccb6a77d1541bca77e44447345e8fb5108ee362ae8b9ca435ca743884

Functions
Getter at block 22037526
decimals(view returns (uint8)
18
name(view returns (string)
NEXT
symbol(view returns (string)
NEXT
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)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupply_
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