Collection

Verified contract

Active on Base with 16,600 txns
Deployed by via 0x8ce0712e at 10147956
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0xea4b91df51f854be8649dba24d4cbdaf58725b995999292cc46851ce6abbf41a
0x92cf1dd57673fe62f2a2cd06948edb05e648f534b833ad665ca10050ed0a41f9
0x2fd44dfc32b91e857916313c1510645768f8dd5bd6440c8d270034a4cb5ffd91
0xaba3f3cdeebc618329b9e6525b9db0f50cec710991c99164ff31898e33c68bb2
0x1aead75d22c463c3ec5caeaa734001a09163c1159b7056f88e19bacdf27f9185
0xa9377e49ccfc6595d54f8495e67bc41ca944f243c8aa9d9a13d89f0071cb58ac
0xe44f4357c53e0066fd60b967ceb980dca1ffde502cf33984b00bcc2c97b25204
0x722cf67ca1d80fef8dc89572c6f516f8c0e3c0af049b9b018dc34129d976bd92
0x485dc443c41a65af5b8cffc32e8f9b89dd114c0eda881a8e2ab1f77174f54270
0x64082cf0288c20f801e136a15ba85c462989793e068eeaa959566738d115fd32

Functions
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(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
infoOf(uint256view returns (uint256 supplyuint256 mintedaddress creator)
isApprovedForAll(addressaddressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 idview returns (string)
State-modifying
create(address creatoruint256 supplypayable returns (uint256)
mint(address accountuint256 id
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Created(address indexed creatoruint256 indexed iduint256 supply
OwnershipTransferred(address indexed useraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Constructor
constructor(address ownerstring _baseURIuint256 _pricePerSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyCreated(
MintedOut(
NotCreated(
NotEnoughValue(
SupplyLessThanTen(
ZeroAddressCreator(
ZeroSupply(