ObliqueStrategiesOnFrames

Verified contract

Active on Base with 10,726 txns
Deployed by via 0x83a7e521 at 10051628
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0xf14bcc278b87bd13e41d46b83a81d0e533ac4a2031d8adddb3849e99aa1dfa8a
0x50fb10878524f5e49ea611e4a5af02d29e4f094593edd3aafc3195506b3266e3
0xf3b55de9a8e37a3373eeff3692d5e2a22214075888721e3ac3f695d20e680b72
0x5715128985ec89db5520fe8180b95115f5795556f6bbbee2fde3e38945b25c76
0x7023856069e57bf5ff528e0431fffbbb609e180bd645983df657646f5ab4c1a6
0x55b58335adc803c0d350f9ea8026bae7905c45105fe5edfd3e54d69ff252ff44
0xd187625953389f73044130612115d483a2eac6fd10653e81dc14d839f8fc2bf9
0x75aa6d85c96ad154ace8e93fde8964d02f5fe172305140318d84634146e7e229
0x54e370789951a62442ba9ab2cc0cd992d8e05e4a847b0ae76fa153fd9a7f0283
0x0d8852f7215a253ee5a05dcadd1c58a50d031efcf356fe15bccdf33f1e6a6bc7

Functions
Getter at block 22900504
contractURI(pure returns (string)
data:application/json;utf8,{"name": "Oblique Strategies on Frames","description":"Oblique Strategies is a deck of cards created by Brian Eno and Peter Schmidt in 1975, designed as a tool to inspire creativity and encourage lateral thinking in artistic endeavors and problem-solving situations."}
owner(view returns (address)
0xb1696cddf5a7d993e76b21429cb59f4a72276ba5
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
mintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
mint(address recipientuint256 id
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
sendToken(address tokenAddressuint256 amount
setApprovalForAll(address operatorbool approved
updateLimitPerAddress(uint256 newLimit
updateUri(string newUri
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
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
fallback(
receive(
Errors
BadTokenId(
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
OnlyOwner(
TooManyPerAddress(