MobyToken

Verified contract

Active on Ethereum with 17,642 txns
Deployed by via 0x5842a992 at 19131091
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd5eb7d23f0063f05bc34d4d37810e00c5106d2c91f31383f33b2c365c1046047
0xbaa55d2634d5aaeab535a35e79cbf8363ea4e50a27f73c121c8f8ae4f585e386
0xc09d43418f50b349a042bb43b7286c2c7bed4ddfbb04c3a5022714fa5ff21fea
0xdd6528151eb9c1dcc5e5b9593f3d602457123637286fc3fcecccd0462059b443
0xb3f466aba9e3e807e53e8b31d91e32eb6e87a7438bc9003fc36591fbabd75726
0x1e7e223b9677ae53006d1b682ada29bf1b605ad1a2aa944a78971e85b5d575d0
0x57a0a45f813dd7a97abe4372a1db87ad9609c9c56c65496a8879037739eed087
0xeeb47ba9503f5c770a703ba46d5f2c1cb597a922f2c602e984fcf738d7f50f02
0xbb01209aac577d6f63ba2cc76a2746ca71a946f7cf3a59223e3b58ddd94ccb03
0x98e3f8b808c70593049ddd8a0618eaa6b39963e896b5920334827b674710ac98

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