MasterBrews
Verified contract
Active on
Ethereum with 599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($4,213.18)
Native
Value
$4,213.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.07 | $3,937.55 |
$4,213.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231923 | 23 days ago | | | 0 | 0.0023662906 | |
| 21231918 | 23 days ago | | | 0 | 0.0040899690 | |
| 21104298 | a month ago | | | 0 | 0.00034446517 | |
| 20508453 | 4 months ago | | | 0 | 0.00011233849 | |
| 19871285 | 7 months ago | | | 0.33 | 0.0043787450 | |
| 19871256 | 7 months ago | | | 0.33 | 0.0044885806 | |
| 19871229 | 7 months ago | | | 0.33 | 0.0045316164 | |
| 19088320 | a year ago | | | 0 | 0.00074164793 | |
| 18874088 | a year ago | | | 0 | 0.00069298814 | |
| 18234099 | a year ago | | | 0 | 0.00057370542 |
ABI
ABI objects
Getter at block 21397522
FIRST_CONSUMERS() view returns (uint256)
0
FIRST_DISTRIBUTORS() view returns (uint256)
15000
FIRST_FREE_PACKS() view returns (uint256)
15360
FIRST_MASTER_BREWERS() view returns (uint256)
15300
MAX_CONSUMERS() view returns (uint256)
15000
MAX_DISTRIBUTORS() view returns (uint256)
15300
MAX_FREE_PACKS() view returns (uint256)
16360
MAX_GIFT_BREWMASTER() view returns (uint256)
14
MAX_GIFT_DISTRIBUTOR() view returns (uint256)
352
MAX_GIFT_FREE_PACK() view returns (uint256)
737
MAX_GIFT_LUCHADOR() view returns (uint256)
1693
MAX_GIFT_MASTER_BREWER() view returns (uint256)
70
MAX_GIFT_PLSTY() view returns (uint256)
1
MAX_MASTER_BREWERS() view returns (uint256)
15360
MAX_NFT_SUPPLY() view returns (uint256)
16360
MAX_PACKS() view returns (uint256)
10000
MAX_PACKS_1CARD() view returns (uint256)
7000
MAX_PACKS_3CARD() view returns (uint256)
1500
MAX_PACKS_5CARD() view returns (uint256)
500
MAX_PACKS_AWARDED_MANUALLY() view returns (uint256)
426
PACK_1CARD_PRICE() view returns (uint256)
80000000000000000
PACK_3CARD_PRICE() view returns (uint256)
210000000000000000
PACK_5CARD_PRICE() view returns (uint256)
330000000000000000
_mintIndexConsumers() view returns (uint256)
647
_mintIndexDistributors() view returns (uint256)
15018
_mintIndexFreePacks() view returns (uint256)
15600
_mintIndexMasterBrewers() view returns (uint256)
15304
_totalPacks1Card() view returns (uint256)
115
_totalPacks3Card() view returns (uint256)
23
_totalPacks5Card() view returns (uint256)
56
baseURI() view returns (string)
https://masterbrews.herokuapp.com/api/token/
initialDisbursementAddress() view returns (address)
0xbb8af897e936e5ef95a10074b2dab9b71a014374
isContractInitialized() view returns (bool)
true
isDefaultUriSet() view returns (bool)
false
isMetadataSet() view returns (bool)
false
name() view returns (string)
MasterBrews
owner() view returns (address)
0xbcc4cd9bddacefff7e0e7b9dd7a7d7fbc622a960
packsAwardedManually() view returns (uint256)
51
packsLeft() view returns (uint256)
9623
symbol() view returns (string)
MBREWS
totalSupply() view returns (uint256)
726
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
awardFreePack(address minter) returns (bool)
buyPack1Card() payable returns (uint256)
buyPack3Card() payable returns (uint256)
buyPack5Card() payable returns (uint256)
initialMigrateConsumerCard(address minter, uint256 index)
initialMigrateDistributorCard(address minter, uint256 index)
initialMigrateMasterBrewerCard(address minter, uint256 index)
initializeContract()
openFreePack(uint256 tokenId) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setDefaultUri(string _uri)
setDisbursementContract(address disbursementContract)
setMetadataFixed()
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PackOpened(address indexed _owner, uint256 indexed _packNo, uint256 _cardNo, uint256 _giftNo, uint256 _count)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string __name, string __symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.