Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MEGAMIX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20568526 | 4 months ago | | | 0 | 0.000062066770 | |
| 19781907 | 7 months ago | | | 0 | 0.00032769270 | |
| 19532265 | 8 months ago | | | 0 | 0.0017487766 | |
| 18245183 | a year ago | | | 0 | 0.00016110517 | |
| 17855550 | a year ago | | | 0 | 0.00068335730 | |
| 17817173 | a year ago | | | 0 | 0.0048770767 | |
| 17817169 | a year ago | | | 0 | 0.0039241606 | |
| 17817131 | a year ago | | | 0 | 0.0049458265 | |
| 17817127 | a year ago | | | 0 | 0.0049199654 | |
| 17817122 | a year ago | | | 0 | 0.0048804093 |
ABI
ABI objects
Getter at block 21392962
getControllerContract() view returns (address)
0x0000000000000000000000000000000000000000
getFundManagerContract() view returns (address)
0xde7907b00818797868ec7c11707924c10e341c13
name() view returns (string)
MEGAMIX
owner() view returns (address)
0x2c846fe59f8cdb757352def5f6dfa9d83e7ae19e
symbol() view returns (string)
MEGAMIX
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRaribleV2Royalties(uint256 tokenId) view returns (struct LibPartPart[])
getTransferable(uint256 tokenId) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 tokenId, uint256 amount, address[] recipients)
burn(address holder, uint256 tokenId, uint256 amount)
burnBatch(address holder, uint256[] tokenIds, uint256[] amounts)
create(uint256 tokenId, string _tokenURI, bool isTransferable)
emergencyWithdraw(address recipient)
forwardERC20s(address token, uint256 amount)
mint(address to, uint256 tokenId, uint256 amount, bytes data)
mintBatch(address to, uint256[] tokenIds, uint256[] amounts, bytes data)
moveFundToManager()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] tokenIds, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setControllerContract(address newControllerContractAddr)
setCustomRoyaltyInfo(uint256 tokenId, address newCustomRoyaltiesRecipientAddress, uint96 newCustomPercentageBasisPoints)
setDefaultRoyaltyInfo(address newDefaultRoyaltiesRecipientAddress, uint96 newDefaultPercentageBasisPoints)
setFundManagerContract(address contractAddr)
setNameAndSymbol(string _newName, string _newSymbol)
setTokenURI(uint256 tokenId, string newTokenURI)
setTransferable(uint256 tokenId, bool isTransferable)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address fundManagerContractAddress)
receive()
This contract contains no error objects.