This contract is being backfilled. You may encounter incomplete storage history.

Inscribe

Verified contract

Active on Ethereum with 15,261 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.78
0xc31dd134e67edb9674ac22e14fff0b893d2cd7cb5577d2e885b8bcfb53624581
0x99a138717dac64b31db1e252ee62bde9ca66f1e158f1dd1e0469b6564b1b02b6
0x523e28cd753038f0e5b6eb2bf76f4228ce5a1e8793ebb278ce7b2142d4101c88
0x168d4d4d9a58237c16039e708cc194f285c427ecfd2421862af50fbeb52e66ff
0x051122cb76155943bf72577eb5adf378786bfbd35b38799c7a20bab9712f424c
0x13243517e34a88d179c76a45e2155799bb4abba0f8c335921006f533dd562fca
0x04573dd9f3d2d06dc78e1ce6d7156c3236b0926200f8946f4fc4c50d48a602f7
0x3031ed69c9bfb039eab2154b3e1636a45be429467b9b5a8ebad51ab63f9bbb56
0x7b7f469297523d0dba3e33fccd30ace6bd28d1a6b21b391d319e87fb8e207da9
0x6f4c5e7d0ea53328c7ac11b4f99fb6e2f471df0128005941d7d622c35dfaa624

Functions
Getter at block 20792389
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