Slot
XX
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
Balances ($0.00)
No balances found for "OzDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251958 | 3 days ago | | | 0 | 0.0012359261 | |
| 21202943 | 10 days ago | | | 0 | 0.00065011890 | |
| 21202232 | 10 days ago | | | 0 | 0.00077461277 | |
| 21170419 | 14 days ago | | | 0 | 0.0014123403 | |
| 21101534 | 24 days ago | | | 0 | 0.00067151032 | |
| 21092881 | 25 days ago | | | 0 | 0.00074959725 | |
| 21019704 | a month ago | | | 0 | 0.00037817013 | |
| 20983049 | a month ago | | | 0 | 0.00042045205 | |
| 20818228 | 2 months ago | | | 0 | 0.00072390858 | |
| 20816609 | 2 months ago | | | 0 | 0.0014236195 |
ABI
ABI objects
Getter at block 21273870 state() view returns (struct IERC1155CollectionCollectionState)
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
symbol() view returns (string)
OZ
transactionLimit() view returns (uint16)
0
transferLocked() view returns (bool)
false
useDynamicPresalePurchaseLimit() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
balanceOf(address owner, uint256 _tokenId) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isAdmin(address admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
nonceUsed(string nonce) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events activate()
approveAdmin(address admin)
deactivate()
exchange(uint16 tokenId)
purchase(uint16 amount)
renounceOwnership()
revokeAdmin(address admin)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCollectionURI(string uri)
setFreezeList(address _address, bool _freeze)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw(address recipient, uint256 amount)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CollectionActivated(uint256 startTime, uint256 endTime, uint256 presaleInterval, uint256 claimStartTime, uint256 claimEndTime)
CollectionDeactivated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address signingAddress_, address _ozV1Address)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)