BapesFuture
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "BapesFuture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16487520 | 2 years ago | | | 0 | 0.00049694924 | |
| 16487518 | 2 years ago | | | 0 | 0.00044773670 | |
| 16242410 | 2 years ago | | | 0 | 0.0016905514 | |
| 15818938 | 2 years ago | | | 0 | 0.0015345803 | |
| 15798791 | 2 years ago | | | 0 | 0.0029202964 | |
| 15798771 | 2 years ago | | | 0 | 0.00095649887 | |
| 15154167 | 2 years ago | | | 0 | 0.00048250528 | |
| 15125851 | 2 years ago | | | 0 | 0.00075353371 | |
| 15076037 | 2 years ago | | | 0 | 0.0018161154 | |
| 15039895 | 2 years ago | | | 0 | 0.0035105714 |
ABI
ABI objects
Getter at block 21318865
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBalanceOf(address _wallet) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isBgkUsed(uint256 tokenId) view returns (bool)
isPCUsed(uint256 tokenId) 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)
bgkMint(uint256 _mintAmount) payable
grantRole(bytes32 role, address account)
mintFor(uint256 _mintAmount, address _receiver)
pcMint(uint256 _mintAmount) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
reveal()
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataURI(string _hiddenMetadataURI)
toggleBGKSale(bool _state)
togglePCSale(bool _state)
togglePause(bool _state)
togglePublicSale(bool _state)
toggleWhitelistSale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxPerWallet(uint256 _number)
updateMaxSupplyTotal(uint256 _number)
updateMerkleRoot(bytes32 _merkleRoot)
updateURIPrefix(string _uriPrefix)
updateWithdrawWallet(address _withdrawWallet)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _hiddenMetadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()