Monster Satoshibles
Verified contract
Active on
Ethereum with 3,006 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MSBLS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20536004 | 3 months ago | | | 0 | 0.00029011448 | |
| 19943239 | 5 months ago | | | 0 | 0.00021306281 | |
| 19812466 | 6 months ago | | | 0 | 0.00035161570 | |
| 19679778 | 6 months ago | | | 0 | 0.00038586746 | |
| 19611404 | 7 months ago | | | 0 | 0.0014765744 | |
| 19499036 | 7 months ago | | | 0 | 0.00041159194 | |
| 19497512 | 7 months ago | | | 0 | 0.00089987675 | |
| 19475555 | 7 months ago | | | 0 | 0.0012520437 | |
| 19447706 | 7 months ago | | | 0 | 0.00077145616 | |
| 19447580 | 7 months ago | | | 0 | 0.00075949074 |
ABI
ABI objects
Getter at block 21088368
MAX_PRESALE_SUPPLY() view returns (uint256)
3333
MAX_PRESALE_TOKEN_ID() view returns (uint256)
3399
MAX_ROYALTIES_PCT() view returns (uint256)
600
MAX_SUPPLY() view returns (uint256)
6666
SATOSHIBLE_CONTRACT() view returns (address)
0x0b0b186841c55d8a09d53db48dc8cab9dbf4dbd6
TEAM_WALLET_A() view returns (address)
0xf746362d8162eeb3624c17654ffaa6eb8bd71820
TEAM_WALLET_B() view returns (address)
0x16659f9d2ab9565b0c07199687de3634c0965391
TEAM_WALLET_C() view returns (address)
0x7a73f770873761054ab7757e909ae48f771379d4
TEAM_WALLET_D() view returns (address)
0xb7c7e3809591f720f3a75fb3efa05e76e6b7b92a
WHITELIST_MERKLE_ROOT() view returns (bytes32)
0xdb6eea27a6a35a02d1928e9582f75c1e0a518ad5992b5cfee9cc0d86fb387b8d
baseURI() view returns (string)
https://api.satoshibles.com/monsters/token/
baseUriLocked() view returns (bool)
false
discountPrice() view returns (uint256)
66600000000000000
laboratoryHasElectricity() view returns (bool)
true
monstersBurned() view returns (uint256 burned)
1672
name() view returns (string)
Monster Satoshibles
owner() view returns (address)
0x97a773115078108d255d6b1873445a5765e1e41d
primePartsMerkleRoot() view returns (bytes32)
0x5977f651d065a51b6939bc09dfbe7f40f3da2301d7eb45481f1a5bcb1ba52981
provenanceURI() view returns (string)
Not Set Yet
provenanceUriLocked() view returns (bool)
false
publicSaleOpened() view returns (bool publicSaleIsOpen)
true
publicSaleOpenedEarly() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() view returns (string)
MSBLS
tokenPrice() view returns (uint256)
66600000000000000
totalPrimeSupply() view returns (uint256 supply)
666
totalSupply() view returns (uint256)
2299
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
primeSupply(uint256 _primeType) view returns (uint256 supply)
royaltyInfo(uint256, uint256 _value) view returns (address receiver, uint256 royaltyAmount)
satIsAvailableForDiscountMint(uint256 _satId) view returns (bool isAvailable)
satIsAvailableForLab(uint256 _satId) view returns (bool isAvailable)
satsAvailableForDiscountMint(uint256[] _satIds) view returns (uint256[])
satsAvailableForLab(uint256[] _satIds) view returns (uint256[])
supportsInterface(bytes4 _interfaceId) view returns (bool doesSupportInterface)
tokenURI(uint256 tokenId) view returns (string)
verifyMonsterPrimeParts(uint256 _monsterId, uint256 _monsterPrimeParts, bytes32[] _proof) view returns (bool isVerified)
verifyWhitelisted(address _account, uint256 _whitelistedTokens, bytes32[] _proof) pure returns (bool isVerified)
whitelistMintsUsed(address) view returns (uint256)
State-modifying
Events activateSale(bool _isActive)
approve(address to, uint256 tokenId)
electrifyLaboratory(bool _hasElectricity)
lockBaseURI()
lockProvenanceURI()
mintFinalPrime()
mintPrimeToken(uint256 _primeType, uint256 _satId, uint256[] _monsterIds, uint256[] _monsterPrimeParts, bytes32[][] _proofs)
mintTokensPresale(uint256 _numberOfTokens, uint256[] _satsForDiscount, uint256 _whitelistedTokens, bytes32[] _proof) payable
mintTokensPublicSale(uint256 _numberOfTokens, uint256[] _satsForDiscount) payable
openPublicSaleEarly()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPrimePartsMerkleRoot(bytes32 _merkleRoot)
setProvenanceURI(string _newProvenanceURI)
setRoyalties(address _recipient, uint256 _value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenPrices(uint256 _tokenPrice, uint256 _discountPrice)
withdraw(uint256 _amount)
withdrawOther(address _token, address _to, uint256 _amount, bool _hasVerifiedToken)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LaboratoryStateChanged(bool indexed hasElectricity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrimeCreated(address indexed creator, uint256 indexed primeId, uint256 indexed satId, uint256[4] monsterIdsBurned)
PublicSaleOpenedEarly()
SaleStateChanged(bool indexed isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _initialBatchCount, address _immutableSatoshible, uint256 _royaltiesPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.