SlideFrame
Verified contract
Active on
Base with 10,580 txns
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 "SlideFrame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19973941 | 2 months ago | | | 0 | 1.6621422e-7 | |
| 19188488 | 3 months ago | | | 0 | 1.3614508e-7 | |
| 17620307 | 4 months ago | | | 0 | 3.5847432e-7 | |
| 17574651 | 4 months ago | | | 0 | 5.6442351e-7 | |
| 16582171 | 5 months ago | | | 0 | 0.000000205894996770 | |
| 15387636 | 6 months ago | | | 0 | 3.3961958e-7 | |
| 14649968 | 6 months ago | | | 0 | 9.2932953e-7 | |
| 14288013 | 6 months ago | | | 0 | 0.000000406539630666 | |
| 14287889 | 6 months ago | | | 0 | 3.9801071e-7 | |
| 14286704 | 6 months ago | | | 0 | 0.000000407915222079 |
ABI
ABI objects
Getter at block 22763596
currentTokenId() view returns (uint256)
10364
defaultURI() view returns (string)
ipfs://QmSFqezaUhBKr32Z2vgFrbDPGYdbcj8zQcQvsDqbU6b6UH
maxMintPerAddress() view returns (uint256)
1
name() view returns (string)
SlideFrame
owner() view returns (address)
0x4ff3d7ae3d85b17e87f9caabb1c0d3ea9c9429e3
symbol() view returns (string)
SLIDEFRAME
Read-only
authorizedMinters(address authorizedMinter) view returns (bool authorized)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedTokenURIs(uint256 tokenId) view returns (bool locked)
mintCount(address minted) view returns (uint256 count)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256 tokenId) view returns (string tokenURI)
State-modifying
Events approve(address to, uint256 tokenId)
lockTokenURI(uint256 tokenId)
mint(address to)
mint(address to, string _tokenURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedMinter(address minter, bool authorized)
setDefaultTokenURI(string _tokenURI)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorizedMinterSet(address indexed minter, bool authorized)
DefaultTokenURISet(string tokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenURILocked(uint256 indexed tokenId)
TokenURISet(uint256 indexed tokenId, string tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)