JANETAI

Verified contract

Active on Ethereum with 7 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "JANETAI"

0x8c8f9577d28073d90ee7185ec10889f7e72019392f57d99b4c94ffb7e3782300
0x2d93daa2a28edbecf77dcf6c9dfb819d6d304a4700ce1d5b3fac1f92297c33e9
0x6f88c6f9ee23b5f54fcf5156e088e85acb38c986456a70f48b109a3d244b08cf
0x4f7f760f603f4f312c0a6427b9773277ccf2785c01bc0e7e2523d29f68ef748c
0x7c4c2304a99b0622ea441e1d415501427b25d2e62fc93f359b225789e1e3ef26
0x34e5d0f94cb8af1c1586d0193b81efd4f75d5ded9542aa7576beda87e673c8c6
0xee4d459ac0213057559ed6dfbafe5928a401849f82a424c664da28b3db792a3b

Functions
Getter at block 21219328
decimals(view returns (uint8)
18
name(view returns (string)
JANETAI
symbol(view returns (string)
JANET
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 _supply
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