EREUM

Verified contract

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

No balances found for "EREUM"

0x326f887e88a5d8892db4095e9d00dba71d9ce2ad952bef52faf3cc3013e32a96
0x1da70e149d59a1b36c76206d7b9c87f7411d5b28f892af31401840c3381eb6a2
0xfc56f1c5f7aba0dd8ab29810be14b47d746666f60b5de398fa8b7749e53f6366
0x6619a3782edbf76a51dfcf3eb5632fe76c0fd91a168f7b073857f4ed9212453d
0xb97e3f9c3403b71455046aa53142489f2e29a7cb457cc59f0bad9ba3330e142f
0xbd8c5ad49d6515a484a913e8ff98cd980db1a2ff6f5e5a7847af8b877f4fa820
0xd2bf83f68fcda2ecc58ba83a34aa23f3ca455a3e00508d969cef1bf5e96adb8f
0x1106508e081b2609434343bc0d0876a0da48732af4847058fe43b2afe9a9b951
0xaf6521d9fc33765057d4be663208ff697d78da3b2ac4a545144af7fb44a35e4e
0xa54aea8addbac600167dd872e313a74a5b11f594979ba934937778675cb2d981

Functions
Getter at block 21202715
decimals(view returns (uint8)
18
name(view returns (string)
EREUM
symbol(view returns (string)
EREUM
totalSupply(view returns (uint256)
21000000000000000000000000
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