Collection
Verified contract
Active on
Base with 16,600 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.000842 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14236307 | 6 months ago | | | 0 | 2.1712459e-7 | |
| 12116220 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12116214 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12116201 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12116190 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12116115 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12116112 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12116062 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12116029 | 8 months ago | | | 0 | 2.8884551e-7 | |
| 12115995 | 8 months ago | | | 0 | 2.8884551e-7 |
ABI
ABI objects
Getter at block 22741052
baseURI() view returns (string)
http://frameception.art/api/token/
lastId() view returns (uint256)
166
owner() view returns (address)
0x79421a19f9ac808aaa74239254144c4ef8bf1d48
pricePerSupply() view returns (uint256)
100000000000000
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
infoOf(uint256) view returns (uint256 supply, uint256 minted, address creator)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events create(address creator, uint256 supply) payable returns (uint256)
mint(address account, uint256 id)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Created(address indexed creator, uint256 indexed id, uint256 supply)
OwnershipTransferred(address indexed user, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor(address owner, string _baseURI, uint256 _pricePerSupply)
This contract contains no fallback and receive objects.
AlreadyCreated()
MintedOut()
NotCreated()
NotEnoughValue()
SupplyLessThanTen()
ZeroAddressCreator()
ZeroSupply()