OneCool Collective: Warriors of Future

Verified contract

Active on Ethereum with 886 txns
Deployed by via 0xfa260d2d at 15286590
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OneCool Collective: Warriors of Future"

0x9c6b8e8a1001f16e80dc07c91a253d958dd5f6e0082267b752940736dfb7dde5
0xce6d389b794d254eb21c21fed186c7c744c42f7d92a221f5e5adeb5d1ba65fc2
0x7c683249d9817292da0c926f36d525f15e35fe1b0d9f1a0d012fb31806532e77
0xed97475a8ac7feca4c1b966f7f24fbbbbdf1daa38563d634a78f5702e50de998
0x0199d790ab53916db29a4ae11d580342b7ea26cd6033d65eede7d2e201888c1a
0x7e985c587b48a22c0e9376dbb707526d5c18e304b42b72cc8b4e94e2b3f42599
0xc3bc5837c73d49aa7340c73236b3557b5ac5bdc865b47422b1238b69a04763c3
0xb885d86d2d5096cc63335e199079a952ebfba944919fa0afd69479cd5dd0f656
0x44a958d608bf1c1d4567a96e88eeba2c547844dcbb0f806207c29105f754e3d2
0x8b0fa6f12d24f4ae25b25ccbc21872e75dc4ed51f84dd6b52dd9811b43f2aa75

Functions
Getter at block 20882072
MAX_SUPPLY(view returns (uint256)
10000
START_TOKEN_ID(view returns (uint256)
1
_baseTokenURI(view returns (string)
https://wof-final.s3.ap-southeast-1.amazonaws.com/metadata/
_price(view returns (uint256)
180000000000000000
baseTokenURI(view returns (string)
https://wof-final.s3.ap-southeast-1.amazonaws.com/metadata/
maxPerMint(view returns (uint256)
5
merkleRoot(view returns (bytes32)
0x36e12b264e5424d617337da6a9b6e10d74901af8e8b7be3ee206a285944d7860
name(view returns (string)
OneCool Collective: Warriors of Future
owner(view returns (address)
0x2cb36a1a446cc7503b7a591f76ee0fd197217c3f
paused(view returns (bool)
true
reservedCount(view returns (uint256)
8000
saleIsOpen(view returns (bool)
true
symbol(view returns (string)
WOF
totalSupply(view returns (uint256)
8602
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
price(uint256 _countview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistClaimed(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
enablePrivateSale(
enablePublicSale(
mint(uint256 _countpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPerMint(uint256 updatedMaxPerMint
setMerkleRoot(bytes32 _merkleRoot
setPrice(uint256 updatedPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
whitelistMint(uint256 _countbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Mint(address senderuint256 count
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
SetBaseURI(string baseURI
SetMaxPerMint(uint256 maxPerMint
SetMerkleRoot(bytes32 merkleRoot
SetPrice(uint256 price
ToggleSale(bool saleIsOpen
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpause(
WhitelistMint(address senderuint256 count
Withdraw(uint256 balance
Constructor
constructor(string baseTokenURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(