Nutcoin

Verified contract

Active on Ethereum with 5,309 txns
Deployed by via 0x1c5210fe at 18545502
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $160.72
ERC-20
Value $15.03
ERC-20
--
0x45145c2aaf27da8e69b0affbb3d9c709d6e716d5635bbcddd6d6524c7933d3eb
0x123bc97f08d0d39566deabb3c69e3ba0b1ed65ba13ae12c0c8a5f0d1d24aed53
0xba2ac2c6e97389bfd4d891784f86773a529c5affbc116a834aa5dbe9399049f0
0xe517f8caf35d2ebd14b690d1f21cc6e89c4da37481f9aad8f297fcc477987353
0x0b98422e32b8d441323609bd1cee1fde6349080b05ae66358737bc44e2b96468
0xcc2171e9ccde8b1125a9e58ce81a6fa9c94786b6ab80e1fd68cda428b7d61420
0x1da85a02ec086b968795c3eadb130a8347ebb454e0eba5ebbb4902e7167e7aa0
0xd3df1531574b15289d31400a9317bdc527a1307970048a04794111d7bac706c2
0x19caad8d69f324b4e86f0cd1807d796fd9d0cbfada472d086551464bcb9ab0e4
0xf32483c66f6ecc7f3e417dc7a6d2751c3becb96cc25686aab7603cf3fc24a31c

Functions
Getter at block 21243780
decimals(view returns (uint8)
18
name(view returns (string)
Nutcoin
symbol(view returns (string)
NUT
totalSupply(view returns (uint256)
21000000000000000000000000000000
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(
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