Inscribe

Verified contract

Active on Ethereum with 15,533 txns
Deployed by via 0x10956e40 at 19128896
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $479.3
0x89035a8d53fa11cc8583ba8782e20092df3c96af4f785ce457d070086da5d4a2
0x5547154862c18edebbf55ca532d1a5843d2004bd68f9c0ea268dcc46cf60531b
0xaadc8890529639c411880372de530c92732acab64e13837143ed8dc3dad999fa
0x2425f04de819f658c90bfcfad1ec358e2fe52e0f53467c06293fea94f44c3e29
0x27fad861d1fbe20b3bc399e38c95d3dad369c5952ebd6227be8a2219294ebcb5
0xbdf96237e059502fb3b89dfd468fbfd2961924d7047f1e085b3a7831b1d03183
0x23bc4cf1e393c00d83dc3f99fd8ece592925e5a75ca9bb72c0af61340e89417d
0xd01d10258ab6231bd5d6ab24a8a65158f5b527e801724746264a73e53bfc661e
0x57aad71c21d3743c6d07b3eb9dbee4e0047f1cdf21a27f803a661486be073fea
0x24a2f34785fb26579884d1437f901b9d2f8425195282594381e9f51c55bbabd7

Functions
Getter at block 21247872
decimals(view returns (uint8)
18
name(view returns (string)
Inscribe
symbol(view returns (string)
INS
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(
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