OOF Collective
Verified contract
Active on
Ethereum with 3,832 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OOF Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19886041 | 6 months ago | | | 0 | 0.00017142363 | |
| 19870858 | 6 months ago | | | 0 | 0.00029465817 | |
| 19587925 | 8 months ago | | | 0 | 0.00067057439 | |
| 19531255 | 8 months ago | | | 0 | 0.00050730550 | |
| 19467374 | 8 months ago | | | 0 | 0.0015259629 | |
| 19266323 | 9 months ago | | | 0 | 0.0012342827 | |
| 19245821 | 9 months ago | | | 0 | 0.00080260369 | |
| 19023970 | 10 months ago | | | 0 | 0.00083327220 | |
| 18921280 | a year ago | | | 0 | 0.00059055433 | |
| 18907945 | a year ago | | | 0 | 0.00065164631 |
ABI
ABI objects
Getter at block 21288775
MINT_PRICE() view returns (uint256)
16900000000000000
baseURI() view returns (string)
https://oofcollective.xyz/assets/oof/metadata/
name() view returns (string)
OOF Collective
owner() view returns (address)
0xd780b9de6be4cd865485092ecd4b19771d147b72
saleIsActive() view returns (bool)
false
symbol() view returns (string)
OOF
totalSupply() view returns (uint256)
1765
whitelist() view returns (bool)
false
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
flipWhitelistingState()
mintFree(uint8 quantity) payable
mintPass(uint8 quantity) payable
ownerMint(address[] addresses, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeAllowList(address[] addresses, uint8 numAllowedToMint)
setMintAllowList(address[] addresses, uint8 numAllowedToMint)
setPassPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()