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 "F1337Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22571575 | 5 days ago | | | 0 | 1.6462283e-7 | |
| 22369166 | 10 days ago | | | 0 | 0.000000081491151329 | |
| 20189788 | 2 months ago | | | 0 | 0.000000094996843928 | |
| 19805225 | 2 months ago | | | 0 | 1.5067115e-7 | |
| 19537259 | 2 months ago | | | 0 | 1.5556807e-7 | |
| 19531918 | 2 months ago | | | 0 | 1.5142829e-7 | |
| 19395404 | 3 months ago | | | 0 | 0.000000107276854192 | |
| 19387670 | 3 months ago | | | 0 | 7.8808054e-7 | |
| 19376025 | 3 months ago | | | 0 | 1.7604218e-7 | |
| 19375933 | 3 months ago | | | 0 | 1.7097388e-7 |
ABI
ABI objects
Getter at block 22781311 imageURI0() view returns (string) imageURI1() view returns (string)
counter() view returns (uint256)
1
getLotteryNumber() view returns (uint256)
2428
getLotteryNumbers() view returns (uint256[10] lotteryNumbers_)
[2428, 5465, 5112, 9468, 7367, 9668, 9795, 8643, 3403, 3887]
owner() view returns (address)
0x6c4502b639ab01cb499cecca7d84eb21fde928f8
paused() view returns (bool)
false
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)
lotteryNumber(uint256 _blockNumber) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events mint() returns (uint256 lotteryNumber_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setImgURI0(string _imageURI0)
setImgURI1(string _imageURI1)
setMeta0(string _name0, string _description0)
setMeta1(string _name1, string _description1)
togglePaused()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Lotteried(uint256 lotteryNumber)
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()
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)