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

MobyToken

Verified contract

Active on Ethereum with 17,153 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x4a298b48d1ca1962627414bdd85ae60acddb5535b1709ec3187a1ea8ce83885a
0xac6d6bab4fb22a6b2ef632b921d2912467951cd0c9df70e9687f10ecae204e82
0xebfe424c7904212bf27c5d18b0561bbf43d9bdf495dac43e599210809568d9de
0x446cd78ac3dc3b62cf825ebb70a9398ce6f6c06c9e52c095b935a9a551fd91e1
0x4563fb2b85c56df8901c7a6d2b72f84fa0ac2a05e113ac60c0fa3cef95591338
0x61de147b85bbc8c35a524015d9d34c3ab4e47e3b21d81448cf75443c18b819a5
0x2dc3a8d07f251e6052449106d879dd1d647836972bd6496c45fa24b89ea02d27
0x032c1246592cc4a34cd8e2fbfc9b893f1fb53cc4e8a30b83548dddc985625082
0x1e973f7a339c4881e64e72cb7178e23b7d415e52d7bd2722f23b8cff7262393d
0x6cf3cf72c003fb105b91ff427308ad2794646b74172ab80a31dbd237ec6a725d

Functions
Getter at block 20794504
decimals(view returns (uint8)
18
name(view returns (string)
MobyToken
symbol(view returns (string)
MOBY
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