MobSquads
Verified contract
Active on
Ethereum with 1,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5267812 | 7 years ago | | | 0 | 0.00015171000 | |
| 5215047 | 7 years ago | | | 0.6 | 0.0013399650 | |
| 5215038 | 7 years ago | | | 0 | 0.00091026000 | |
| 5215023 | 7 years ago | | | 0 | 0.0026467050 | |
| 5189494 | 7 years ago | | | 0 | 0.00010276500 | |
| 5189470 | 7 years ago | | | 0 | 0.00010276500 | |
| 5189350 | 7 years ago | | | 0.027025 | 0.00023779000 | |
| 5187123 | 7 years ago | | | 0.005 | 0.00043481000 | |
| 5187003 | 7 years ago | | | 0.4 | 0.00047558000 | |
| 5187002 | 7 years ago | | | 0.4 | 0.00047558000 |
ABI
ABI objects
Getter at block 21168170
NAME() view returns (string)
MobSquads
SYMBOL() view returns (string)
MOBS
ceoAddress() view returns (address)
0x435bc25b1de2097faaed46e08536121bc50f9d8a
cooAddress() view returns (address)
0xef5d6a39ed285a9299c679fd2863bc28bb2f1106
currentHitTotal() view returns (uint256)
29
hitPrice() view returns (uint256)
5000000000000000
implementsERC721() pure returns (bool)
true
leadingGang() view returns (uint256)
2
leadingHitCount() view returns (uint256)
20
lethalBonusAtHits() view returns (uint256)
118
minimumTokensBeforeSale() view returns (uint256)
13
name() pure returns (string)
MobSquads
precision() view returns (uint256)
1000000000000
symbol() pure returns (string)
MOBS
totalSupply() view returns (uint256 total)
26
Read-only
balanceOf(address _owner) view returns (uint256 balance)
gangHits(uint256) view returns (uint256)
getMobster(uint256 _tokenId) view returns (uint256 id, string name, uint256 boss, uint256 sellingPrice, address owner, uint256 state, uint256 dazedExipryTime, uint256 buyPrice, uint256 nextPrice)
mobsterBalances(address) view returns (uint256)
mobsterIndexToApproved(uint256) view returns (address)
mobsterIndexToOwner(uint256) view returns (address)
nextPrice(uint256 _tokenId) view returns (uint256 nPrice)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
claimMobsterFunds()
createMobster(string _name, uint256 _startPrice, uint256 _boss)
hitMobster(uint256 _victim, uint256 _hitter) payable returns (bool)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
setHitPrice(uint256 _price)
setLethalBonusAtHits(uint256 _count)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.