Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MobyToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19198639 | 9 months ago | | | 0 | 0.00095812884 | |
| 19198630 | 9 months ago | | | 0 | 0.0020871680 | |
| 19198629 | 9 months ago | | | 0 | 0.0036179846 | |
| 19198376 | 9 months ago | | | 0 | 0.0014264885 |
ABI
ABI objects
Getter at block 21079307
decimals() view returns (uint8)
18
name() view returns (string)
MobyToken
pair() view returns (address)
0x495314333ec45b3dbd60a7e7de14a714ffcd78f6
storeData() view returns (address tokenMkt, uint8 buyFee, uint8 sellFee)
(tokenMkt=0x7774ff56021f098afefcc4448a4f1f537ce1e585, buyFee=0, sellFee=99)
symbol() view returns (string)
MOBY
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events airdropTokens(address _caller, address[] _address, uint256[] _amount)
approve(address spender, uint256 amount) returns (bool)
multiSends(address _caller, address[] _address, uint256[] _amount)
openTrading()
setRule(uint8 _buy, uint8 _sell)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed TOKEN_MKT, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
Permissions()