OzDAO

Verified contract

Active on Ethereum with 422 txns
Deployed by via 0xf676240d at 16037040
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
9 additional variables

No balances found for "OzDAO"

0xc5bc34d426481028ae028b416c5f4e5711eaf0c4d223d9b7ff0ecd8672f2a9ff
0x36baf78bc1f742a34152b2770bb5011e21206a6ad6c37a18a0792064639ed87f
0x57a976d72a0101c7f1c3213b48e5df89bdd4fa0a2d500a98a69f65b8f5066108
0x5b8b339c03f41531e27c19ca815e152353a58509d17fd0070de1ce8ccc11110c
0x03736ef142b04db08445f0d0f5bbde2c7018f89ebd6190023e00d5864866f65b
0x87199cb76e66366b14035142c180f214e9c90d971b5bab15d9c37332acddd216
0xcf43cb75066c23365fb3f5c5cbda866704fc133fd461fd3d0fa560e5fcc94235
0xd4f8c05f584d84ec1231d02b49bd502f4f339bcc79382d57ae352bc715b425b6
0x946701e34b6197b38c8995bbe4da7a0b75685e35ebe35a335c9c0dad246ea1ab
0x290c0ca2f5a1d75f977bec2d68bbbd8ec2eddfcad0dbda90415a30cc48830867

Functions
Getter at block 21273870
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
OZ_V1_ADDRESS(view returns (address)
0x0599699bbfc3a92589ad249607f7265c08a1fb61
active(view returns (bool)
true
claimEndTime(view returns (uint256)
0
claimStartTime(view returns (uint256)
0
endTime(view returns (uint256)
0
getAdmins(view returns (address[] admins)
[0x06F057E0A03803cB2F10543F9Ca54E2085803F8A]
maxSupply(view returns (uint16)
500
name(view returns (string)
OzDAO
owner(view returns (address)
0x06f057e0a03803cb2f10543f9ca54e2085803f8a
presaleInterval(view returns (uint256)
0
presalePurchaseLimit(view returns (uint16)
0
presalePurchasePrice(view returns (uint256)
0
purchaseCount(view returns (uint16)
13
purchaseLimit(view returns (uint16)
0
purchaseMax(view returns (uint16)
500
purchasePrice(view returns (uint256)
0
purchaseRemaining(view returns (uint16)
487
reserveCount(view returns (uint16)
0
startTime(view returns (uint256)
0
 
state(view returns (struct IERC1155CollectionCollectionState)
symbol(view returns (string)
OZ
transactionLimit(view returns (uint16)
0
transferLocked(view returns (bool)
false
useDynamicPresalePurchaseLimit(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 _tokenIdview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isAdmin(address adminview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
nonceUsed(string nonceview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 _idview returns (string)
State-modifying
activate(
approveAdmin(address admin
deactivate(
exchange(uint16 tokenId
purchase(uint16 amount
renounceOwnership(
revokeAdmin(address admin
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setCollectionURI(string uri
setFreezeList(address _addressbool _freeze
transferOwnership(address newOwner
updateRoyalties(address recipientuint256 bps
withdraw(address recipientuint256 amount
Events
AdminApproved(address indexed accountaddress indexed sender
AdminRevoked(address indexed accountaddress indexed sender
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
CollectionActivated(uint256 startTimeuint256 endTimeuint256 presaleIntervaluint256 claimStartTimeuint256 claimEndTime
CollectionDeactivated(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address signingAddress_address _ozV1Address
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator