MonsterBit
Verified contract
Active on
Ethereum with 37,166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf289…8ffb
0xe8b1…3153
0x6fcc…118e
0xa92e…8bb3
0x0223…97d6
0x20da…c152
0xffa1…bc63
Balances ($414.16)
Native
Value
$414.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.130374 | $3,176.69 |
$414.16 | |
FOR | ERC-20 | 1 | $0.003848 |
$0 | |
GSE | ERC-20 | 29 | $0.000033 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17900883 | a year ago | | | 0 | 0.00062049539 | |
| 17607320 | a year ago | | | 0 | 0.00058624846 | |
| 17607043 | a year ago | | | 0 | 0.0010926050 | |
| 15554238 | 2 years ago | | | 0 | 0.00096301865 | |
| 12818556 | 3 years ago | | | 0 | 0.0037939652 | |
| 12650842 | 3 years ago | | | 0 | 0.0018139770 | |
| 12341222 | 4 years ago | | | 0 | 0.0061844020 | |
| 12341220 | 4 years ago | | | 0 | 0.0061844020 | |
| 12341212 | 4 years ago | | | 0 | 0.0061844020 | |
| 12341206 | 4 years ago | | | 0 | 0.0061844020 |
ABI
ABI objects
Getter at block 21160469
GEN0_AUCTION_DURATION() view returns (uint256)
2592000
GEN0_CREATION_LIMIT() view returns (uint256)
45000
GEN0_ENDING_PRICE() view returns (uint256)
100000000000000000
GEN0_STARTING_PRICE() view returns (uint256)
1000000000000000000
PROMO_CREATION_LIMIT() view returns (uint256)
1000
autoBirthFee() view returns (uint256)
78147630000000000
battlesContract() view returns (address)
0x6fcca0598aa4ec4ebf671fea8f5a1da2a320118e
birthCommission() view returns (uint256)
5000000000000000
ceoAddress() view returns (address)
0x9e9c519ee0262efc0c2e142e944ce65a4fbf83a1
cfoAddress() view returns (address)
0x9e9c519ee0262efc0c2e142e944ce65a4fbf83a1
cooAddress() view returns (address)
0x142090f13403e0572f5a315951e4763c25056182
gen0CreatedCount() view returns (uint256)
1566
geneScience() view returns (address)
0xffa1d2686691afc54ed7442086537e04ec3fbc63
monsterConstants() view returns (address)
0x20da82df1ee7d7b9b28364a9ba44d535cac1c152
monsterFood() view returns (address)
0xa92e29c7b0990bbe36a537c489d74835bba98bb3
monsterStorage() view returns (address)
0x0223d8ff72bd3fe7710bd6de2cf1fa83f8f797d6
name() view returns (string)
MonsterBit
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
promoCreatedCount() view returns (uint256)
245
saleAuction() view returns (address)
0xf28998cac25ad50440207cac0b8e90257d708ffb
siringAuction() view returns (address)
0xe8b156b87079127808587bdf9de9114111f63153
symbol() view returns (string)
MB
totalSupply() view returns (uint256)
7523
Read-only
balanceOf(address _owner) view returns (uint256 count)
canBreedWith(uint256 _matronId, uint256 _sireId) view returns (bool)
isPregnant(uint256 _monsterId) view returns (bool)
isReadyToBreed(uint256 _monsterId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address owner)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
approveSiring(address _addr, uint256 _sireId)
bidOnSiringAuction(uint256 _sireId, uint256 _matronId) payable
breedWithAuto(uint256 _matronId, uint256 _sireId) payable
createGen0AuctionCustom(uint256 _genes, uint256 _battleGenes, uint256 _level, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
createPromoMonster(uint256 _genes, uint256 _battleGenes, uint256 _level, address _owner)
createSaleAuction(uint256 _monsterId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
createSiringAuction(uint256 _monsterId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
feedMonster(uint256 _monsterId, uint256 _foodCode) payable
finishBattle(uint256 _param1, uint256 _param2, uint256 _param3) returns (uint256)
giveBirth(uint256 _matronId) returns (uint256)
pause()
prepareForBattle(uint256 _param1, uint256 _param2, uint256 _param3) payable returns (uint256)
setAutoBirthFee(uint256 val)
setBattlesAddress(address _address)
setBirthCommission(uint256 val)
setCEO(address _newCEO)
setCFO(address _newCFO)
setCOO(address _newCOO)
setGeneScienceAddress(address _address)
setMonsterConstantsAddress(address _address)
setMonsterFoodAddress(address _address)
setMonsterStorageAddress(address _address)
setNewAddress(address _v2Address)
setSaleAuctionAddress(address _address)
setSiringAuctionAddress(address _address)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawBalance()
withdrawDependentBalances()
withdrawFromBattle(uint256 _param1, uint256 _param2, uint256 _param3) returns (uint256)
Approval(address owner, address approved, uint256 tokenId)
Birth(address owner, uint256 monsterId, uint256 genes)
ContractUpgrade(address newContract)
MonsterFed(uint256 monsterId, uint256 growScore)
Pregnant(address owner, uint256 matronId, uint256 sireId, uint256 cooldownEndTimestamp)
Transfer(address from, address to, uint256 tokenId)
constructor(address _ceoBackupAddress)
fallback()
This contract contains no error objects.