Mintable Store
Verified contract
Active on
Ethereum with 4,564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BURN | ERC-20 | 37.866172M | -- | -- | |
(#72844642573557479735774457504055791827212705171579287525907009581069161998100) | MINT | ERC-721 | 1 | -- | -- |
(#91580990718444503899634495244750195308203159042636390910355212279690313175636) | MINT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20929345 | a month ago | | | 0 | 0.0022691116 | |
| 20893417 | a month ago | | | 0 | 0.00076550509 | |
| 20680917 | 2 months ago | | | 0 | 0.00023362054 | |
| 20666405 | 2 months ago | | | 0 | 0.000076383282 | |
| 20651861 | 2 months ago | | | 0 | 0.0026005920 | |
| 20610851 | 2 months ago | | | 0 | 0.000031967201 | |
| 20596781 | 3 months ago | | | 0 | 0.00028032982 | |
| 20576106 | 3 months ago | | | 0 | 0.00021270007 | |
| 20500587 | 3 months ago | | | 0 | 0.0016261600 | |
| 20499786 | 3 months ago | | | 0 | 0.00046792580 |
ABI
ABI objects
Getter at block 21158326
MAX_MINT() view returns (uint256)
2000
MintableAddress() view returns (address)
0x02a522d98ec2d2c3bbe91acc29ee7fd32ab880ab
_totalBatches() view returns (uint256)
430
_totalSupply() view returns (uint256)
11059
baseURI() view returns (string)
https://metadata.mintable.app/mintable_store/
exchange() view returns (address)
0x974b10a997de02e2c14c439f95eeaa58090a0ca1
hasRoyalties() pure returns (bool)
true
name() view returns (string)
Mintable Store
owner() view returns (address)
0x02a522d98ec2d2c3bbe91acc29ee7fd32ab880ab
royaltyAmount() view returns (uint256)
0
royaltyInfo() view returns (uint256, address)
(0, 0x02a522d98ec2d2c3bbe91acc29ee7fd32ab880ab)
symbol() view returns (string)
MINT
totalSeries() view returns (uint256)
139
totalSupply() view returns (uint256)
11059
Read-only
BalancesMap(address) view returns (uint256)
PreMintData(uint256) view returns (uint256 amount_of_tokens_left, uint256 price, address creator, string url)
PrintSeries(uint256) view returns (bool)
_batchMintOwnersMap(uint256) view returns (uint256 start, uint256 end, address owner)
_exists(uint256 tokenId) view returns (bool)
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)
tokenOwners(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to, uint256 count) returns (bool)
createPrintSeries(uint256 _amount, uint256 _price, string _url) returns (bool)
mint(address to) returns (bool)
mintSeries(uint256 _seriesID, address _to) payable returns (bool)
mintWithURI(address to, string url) returns (bool)
renounceOwnership()
royaltiesRecieved(address _creator, address _buyer, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setExchangeContract(address _exchange) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
RecievedRoyalties(address indexed creator, address indexed buyer, uint256 indexed amount)
SeriesMade(address indexed creator, uint256 indexed price, uint256 indexed amount_made)
SeriesPurchased(address indexed buyer, uint256 indexed token_id, uint256 indexed price)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferFee(address indexed to, uint256 indexed fee)
TransferPayment(address indexed to, uint256 indexed amount)
constructor(string name, string symbol, string baseURI, uint256 batch_amount, uint256 royalty_amount, address creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.