BapesFuture

Verified contract

Active on Ethereum with 49 txns
Deployed by via 0x02e6fe62 at 15034707
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "BapesFuture"

0x9d50e67ec5de1ae1b3740c35fa5a79b6ab65e5e9e38ec0fd947c187bed913c93
0x030c9fb11f70ab4acd2956e05d588cf9849ead3b01437845a9965b05f51f79c9
0x600c78b310fc08e500b916ec1358f5bf84058ec6908c5b52c7149d8765ab6655
0x850454de5aec7d25e02458458e9cc3e4e78f09214fb0fe34fb2266770403dd31
From
0xe19a0e73d73ffcf031102704b53232d027d81a1f83b1d8ebfc9d769d48ec8256
0x4201b0f88fe2783c4b6d9b2625b9d71ac4d6a05b25dcb3802cbbd34dd5c2da35
0xed71e8b46adfba57c369726f82bd6976844e40084c145a6b2969bcab8753fab3
From
0x86af4b3861644329d3225339f054b93c6c10089d446443a2e428de64f7a0444e
From
0x82fec5d69bc8022bff7ca2962d3556cfb3714b13ec5b9c424af1b2fbae6d7f09
0x144489074bea82c7691b3415802fd95a0dadea7455d3633343a037eaf40f10d4

Functions
Getter at block 21056349
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bgkStarted(view returns (bool)
false
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
BapesFuture
owner(view returns (address)
0xc6f53a31de0ed6753f021224905772c706ee71ea
paused(view returns (bool)
true
pcStarted(view returns (bool)
true
publicStarted(view returns (bool)
false
symbol(view returns (string)
FUTURE
totalSupply(view returns (uint256)
230
wlStarted(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBalanceOf(address _walletview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isBgkUsed(uint256 tokenIdview returns (bool)
isPCUsed(uint256 tokenIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
bgkMint(uint256 _mintAmountpayable 
grantRole(bytes32 roleaddress account
mintFor(uint256 _mintAmountaddress _receiver
pcMint(uint256 _mintAmountpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
reveal(
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setHiddenMetadataURI(string _hiddenMetadataURI
toggleBGKSale(bool _state
togglePCSale(bool _state
togglePause(bool _state
togglePublicSale(bool _state
toggleWhitelistSale(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMaxPerWallet(uint256 _number
updateMaxSupplyTotal(uint256 _number
updateMerkleRoot(bytes32 _merkleRoot
updateURIPrefix(string _uriPrefix
updateWithdrawWallet(address _withdrawWallet
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _hiddenMetadataURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(