Mintvial
Verified contract
Active on
Ethereum with 35,792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($823.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 815 | $1.001 |
$815.81 | |
TOKE | ERC-20 | 12.623316 | $0.535501 |
$6.76 | |
REALM | ERC-20 | 594.927352 | $0.00099 |
$0.59 | |
TCR | ERC-20 | 2.211506K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246953 | 3 days ago | | | 0 | 0.00070320544 | |
| 21242318 | 4 days ago | | | 0 | 0.00051254980 | |
| 21222949 | 7 days ago | | | 0 | 0.0010553081 | |
| 21203562 | 9 days ago | | | 0 | 0.00054211891 | |
| 21201725 | 10 days ago | | | 0 | 0.00076195616 | |
| 21194959 | 11 days ago | | | 0 | 0.0011217395 | |
| 21183305 | 12 days ago | | | 0 | 0.0017760896 | |
| 21181677 | 12 days ago | | | 0 | 0.0020786511 | |
| 21158306 | 16 days ago | | | 0 | 0.0013381471 | |
| 21101955 | 24 days ago | | | 0 | 0.00015420379 |
ABI
ABI objects
Getter at block 21271164
getAmountMinted() view returns (uint256)
20000
getPrice() view returns (uint256)
2000000000000000000
owner() view returns (address)
0x12ea19217c65f36385bb030d00525c1034e2f0af
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkIfRedeemed(address _contractAddress, uint256 _tokenId) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isContractAuthorized(address contractAddress) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdropGiveaway(address[] to, uint256[] amountToMint)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
forceMigrateToken(uint256 id)
migrateToken(uint256 id) returns (uint256)
mint(address[] contractIds, uint256[] tokenIds, uint256 amountToMint) payable returns (uint256)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setClonexContract(address contractAddress)
setPrice(uint256 _newPrice)
toggleContractAuthorization(address contractAddress, uint256 typeOfContract)
toggleMigration()
togglePrivateSales()
togglePublicSales()
toggleSales()
transferOwnership(address newOwner)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
priceChanged(uint256 newPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.