GoerliEthscription

Verified contract

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

No balances found for "GoerliEthscription "

0xb52570ae36fb1732d90f7ae9653dc8bb64ae58c0fdac987c453d9f52480038dd
0xf90cc4aaca9f04f6c1b181b2df733bfbbabd9505aee44f7209351ec171283cd6
0x2d06351fe32a25c95d11436fe85f08b32e5d25623310a50e51724a51adeb4ddc
0x314a6d966899099c8bf0c508eeb8241ef0ae2ff7af7290492b8c58aa7a9c9bf8
0xe3e1a2c5c5eef5e0f8127cf7aa4ce31d3de251e35d86350c35392fefe25b17ad
0x8883d5bd8af2ac7b11d4e8485a974c46a7cb4a5b6dc7f3cfc3763634bc1d1938
0x19616be78947d87813ef4be7fd0270d34fbf0e61656f55d3994ff83ade2275cc

Functions
Getter at block 21205996
decimals(view returns (uint8)
18
name(view returns (string)
GoerliEthscription
symbol(view returns (string)
GORS
totalSupply(view returns (uint256)
1000000000000000000000000000
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