ObliqueStrategiesOnFrames
Verified contract
Active on
Base with 10,726 txns
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.000718 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22874175 | 15 hours ago | | | 0 | 4.2233492e-7 | |
| 22210875 | 16 days ago | | | 0 | 4.3055600e-7 | |
| 22147559 | 17 days ago | | | 0 | 4.6481711e-7 | |
| 21831250 | 25 days ago | | | 0 | 4.5942872e-7 | |
| 21474187 | a month ago | | | 0 | 3.3560186e-7 | |
| 20806332 | 2 months ago | | | 0 | 4.7014638e-7 | |
| 20304384 | 2 months ago | | | 0 | 4.3525256e-7 | |
| 20304370 | 2 months ago | | | 0 | 4.3688414e-7 | |
| 20304355 | 2 months ago | | | 0 | 4.3961516e-7 | |
| 20304285 | 2 months ago | | | 0 | 4.5224806e-7 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
mintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events mint(address recipient, uint256 id)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
sendToken(address tokenAddress, uint256 amount)
setApprovalForAll(address operator, bool approved)
updateLimitPerAddress(uint256 newLimit)
updateUri(string newUri)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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()
fallback()
receive()
BadTokenId()
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)
OnlyOwner()
TooManyPerAddress()