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 "Mobius"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18293494 | a year ago | | | 0 | 0.00038053354 | |
| 11261159 | 4 years ago | | | 0 | 0.0033753900 | |
| 11195864 | 4 years ago | | | 0 | 0.0012218712 | |
| 11194960 | 4 years ago | | | 0 | 0.0016800729 | |
| 11194823 | 4 years ago | | | 0 | 0.0014764277 | |
| 11187702 | 4 years ago | | | 0 | 0.00060134778 | |
| 11187701 | 4 years ago | | | 0 | 0.00060134778 | |
| 11187678 | 4 years ago | | | 0 | 0.00077820600 | |
| 11187678 | 4 years ago | | | 0 | 0.00077820600 | |
| 11182186 | 4 years ago | | | 0 | 0.0014773501 |
ABI
ABI objects
Getter at block 21226287
auto_lock() view returns (bool)
false
buy_price() view returns (uint256)
2000
buyer_lock_rate() view returns (uint256)
8
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
lockedAddressAmount() view returns (uint256)
1
name() view returns (string)
Mobius
owner() view returns (address)
0x221a5c140c83e4a260c615fee2da4016045f8c77
price_decimal() view returns (uint8)
3
symbol() view returns (string)
MBS
totalSupply() view returns (uint256)
100000000000000000000000000
usdt_decimal() view returns (uint8)
6
version() view returns (string)
1.0.0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isExsitLocked(address) view returns (bool)
isFreeze(address) view returns (bool)
lockedAddress(uint256) view returns (address)
lockedAmount(address) view returns (uint256)
sum(uint256[] data) pure returns (uint256)
State-modifying
Events SendGiftMultiAddress(address[] _recivers, uint256[] _values)
approve(address _spender, uint256 _value) returns (bool success)
freezeOneAccount(address target, bool freeze)
lockToken(address target, uint256 lockAmount) returns (bool res)
multiFreeze(address[] targets, bool freeze)
ownerUnlock(address target, uint256 amount) returns (bool res)
send_to_buyer(uint256 usdt_amount, address buyer_address)
setAutoLockFlag(bool openOrClose)
set_buy_price(uint256 price)
set_lock_rate(uint256 new_lock_rate)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
transfer_locked_coin(address _to, uint256 _value) returns (bool)
unlockAll(address target) returns (bool res)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
LockToken(address indexed target, uint256 indexed amount)
OwnerUnlock(address indexed from, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferLockedCoin(address indexed from, address indexed to, uint256 indexed value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.