Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9551…0795
Balances ($0.00)
No balances found for "Frames"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16897536 | 2 years ago | | | 0 | 0.0042705042 | |
| 16437238 | 2 years ago | | | 0 | 0.00067983619 | |
| 16437232 | 2 years ago | | | 0 | 0.00056793196 | |
| 15718394 | 2 years ago | | | 0.025 | 0.0028869218 | |
| 15036444 | 2 years ago | | | 0 | 0.0026702492 | |
| 14221004 | 3 years ago | | | 0 | 0.0038486807 | |
| 14220970 | 3 years ago | | | 0 | 0.0041748561 | |
| 14216161 | 3 years ago | | | 0 | 0.0033873848 | |
| 14214541 | 3 years ago | | | 0 | 0.0025924803 | |
| 14214507 | 3 years ago | | | 0 | 0.0029793457 |
ABI
ABI objects
Getter at block 21099641
available() view returns (uint256)
5000
baseURI() view returns (string)
https://api.framed.app/frames/
framerAddress() view returns (address)
0xaf309cc0924169ccf01991e58b4b41fc56eb1dc5
giveawayContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
giveawayReserve() view returns (uint256)
147
lastRecord() view returns (struct Frame721Record record)
(d74e806b48d7cb1bc166c95302f08c77_8787610, 0)
maxMultiple() view returns (uint256)
20
name() view returns (string)
Frames
owner() view returns (address)
0x198f080ab55cd1a803887166aa74af72291fee63
price() view returns (uint256)
25000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
saleEnabled() view returns (bool)
true
symbol() view returns (string)
FRAMES
totalSupply() view returns (uint256)
1047
whitelistContractAddress() view returns (address)
0x03591ad2c812c60c06322e54d56bcee583002cbf
Read-only
balanceOf(address owner) view returns (uint256)
framedURI(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
ownerOf(uint256 tokenId) view returns (address)
records(uint256) view returns (string record, uint256 lastIndex)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
giveawayMint(uint256 count, address to)
purchaseMultiple(uint256 count) payable returns (uint256 id, uint256 purchased)
purchaseMultipleFor(uint256 count, address to) payable returns (uint256 id, uint256 purchased)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseFramedURI(string newURI)
setBaseURI(string newURI)
setFramerAddress(address framer)
setGiveawayContractAddress(address contractAddress)
setGiveawayReserve(uint256 newReserve)
setPrice(uint256 p)
setTreasury(address a)
setWhitelistContractAddress(address contractAddress)
toggleSaleEnabled()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSupply(uint256 supplyOffset, uint256 newAvailability, string record)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateSupply(struct Frame721Record record)
constructor(uint256 _price, string name, string symbol, string baseTokenURI, string _baseFramedURI, uint256 _maxMultiple, uint256 _available, bool _saleEnabled, string record, address _openseaProxy, address _framerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.