F1337Token

Verified contract

Active on Base with 4,438 txns
Deployed by via 0x0b0620fa at 5922171
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "F1337Token"

0x2c286a4be19e620a56363ef86a7dd891bc0fa681c9dedf5b1c1ec165cc20b20d
0x2d564ed481c1560de54fed5cb977dca4976ca665836055e761b886c18a0ca6b9
0x726cd324341ef5b68fc76cc3a7be77dc8dfea8877f299bbe9f1039673725a4d4
0xe37b3dc66f1f6bae178471018a2a11b03a39dc9dcc9d02f2468f5623cc4cfdab
0x0a9c134142aa70a49347b5a4153d328138b950fd88794b4bd3f5186ab26ae3d4
0x2f3258a0e35422335903920cc9834915f083d5269841bcffb2cc8417b166ba84
0x2a1007ea164f4d95a985a1fb34eb54741e411602adda4ab818c4bb9f8a2c12ff
0x923e651787f748259d86ef1b8bbc7d1bdbef64c7434da45a0db1252eda96cdb3
0xdc43efc8de06ac6577143378b2da1a89f4c34aaab952833aead1c0cb2fe031c5
0x44bdd2c81c024342e576c1de10d73add85614ec284f6ff2250b28094f020518b

Functions
Getter at block 22781311
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]
 
imageURI0(view returns (string)
 
imageURI1(view returns (string)
owner(view returns (address)
0x6c4502b639ab01cb499cecca7d84eb21fde928f8
paused(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
lotteryNumber(uint256 _blockNumberview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 _idview returns (string)
State-modifying
mint(returns (uint256 lotteryNumber_)
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setImgURI0(string _imageURI0
setImgURI1(string _imageURI1
setMeta0(string _name0string _description0
setMeta1(string _name1string _description1
togglePaused(
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Lotteried(uint256 lotteryNumber
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account