Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000752 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22869534 | 7 hours ago | | | 0 | 0.000000706267034025 | |
| 22818152 | a day ago | | | 0 | 4.1650720e-7 | |
| 22782192 | 2 days ago | | | 0 | 1.5883100e-7 | |
| 22774027 | 3 days ago | | | 0 | 0.0000056325699 | |
| 22741883 | 3 days ago | | | 0 | 3.3604786e-7 | |
| 22701193 | 4 days ago | | | 0 | 9.7576632e-7 | |
| 22700734 | 4 days ago | | | 0 | 7.5016199e-7 | |
| 22700699 | 4 days ago | | | 0 | 7.2667471e-7 | |
| 22700649 | 4 days ago | | | 0 | 6.8776199e-7 | |
| 22685592 | 5 days ago | | | 0 | 7.4997645e-7 |
ABI
ABI objects
Getter at block 22882478
contractURI() view returns (string)
https://www.mintabox.xyz/api/contract
getVotes() view returns (uint256[2])
[113557, 52094]
open() view returns (bool)
false
owner() view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 voteId) view returns (uint256)
uri(uint256 voteId) view returns (string)
State-modifying
Events mint(uint256 voteId)
mintTo(address _address, uint256 voteId)
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)
setContractURI(string newuri)
setOpen(bool _open)
transferOwnership(address newOwner)
updateDescription(string _description)
updateImage(uint256 _num, string _url)
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)
constructor(string image1, string image2)
This contract contains no fallback and receive objects.
This contract contains no error objects.