Keep Out by anon
Verified contract
Active on
Ethereum with 3,475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xacb9…9802
0x0c64…376d
14 additional
variables
Balances ($0.00)
No balances found for "Keep Out by anon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20958573 | a month ago | | | 0 | 0.0010527783 | |
| 20549686 | 3 months ago | | | 0 | 0.00014432803 | |
| 20138177 | 5 months ago | | | 0 | 0.00016793925 | |
| 19876808 | 6 months ago | | | 0 | 0.00072027307 | |
| 19703949 | 7 months ago | | | 0 | 0.00046342844 | |
| 19664146 | 7 months ago | | | 0 | 0.00030448928 | |
| 19546349 | 8 months ago | | | 0 | 0.00069219147 | |
| 19273916 | 9 months ago | | | 0 | 0.0022116710 | |
| 18925386 | 10 months ago | | | 0 | 0.00042101701 | |
| 18910355 | a year ago | | | 0 | 0.00060073337 |
ABI
ABI objects
Getter at block 21211205
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_nft_ContractA() view returns (address)
0xacb9d51b8e41df0a92f4cc497a2f8e1809ff9802
_nft_ContractB() view returns (address)
0x0c64e67e2f4c155906295d22569c147a108a376d
baseURI() view returns (string)
contractURI() view returns (string)
freeMintA() view returns (uint256)
3
freeMintB() view returns (uint256)
1
max_per_wallet() view returns (uint256)
3
name() view returns (string)
Keep Out by anon
nftA() view returns (address)
0xacb9d51b8e41df0a92f4cc497a2f8e1809ff9802
nftB() view returns (address)
0x0c64e67e2f4c155906295d22569c147a108a376d
notRevealedUri() view returns (string)
ipfs://QmaCsGH9hcv3tXbxkZtA6SwmFyEqE7p2EpubGVbKiKwnjH/
owner() view returns (address)
0xab96f5f88a9beec921cc993caa4db9792271256a
paused() view returns (bool)
false
publicSaleCost() view returns (uint256)
90000000000000000
public_mint_status() view returns (bool)
false
revealed() view returns (bool)
false
specialCost() view returns (uint256)
0
specialCountALL() view returns (uint256)
1344
special_limit() view returns (uint256)
1344
special_max_per_wallet() view returns (uint256)
1344
special_mint_status() view returns (bool)
true
stakedSpecialCount() view returns (uint256)
0
symbol() view returns (string)
KOBA
totalSupply() view returns (uint256)
2346
total_PS_count() view returns (uint256)
787
total_PS_limit() view returns (uint256)
787
Read-only
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)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenOwner(address, uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedTokenA(uint256) view returns (bool)
usedTokenB(uint256) view returns (bool)
State-modifying
Events airdrop(address[] receiver, uint256[] quantity) payable
approve(address operator, uint256 tokenId)
claimNFTsA(uint256 tokenID)
claimNFTsB(uint256 tokenID)
mintBlackBox(address addr, uint256 quantity) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setFreeMintA(uint256 _freeMintA)
setFreeMintB(uint256 _freeMintB)
setMAX_SUPPLY(uint256 _MAX_SUPPLY)
setMax_per_wallet(uint256 _max_per_wallet)
setNFTContractA(address _nftContractA)
setNFTContractB(address _nftContractB)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleCost(uint256 _publicSaleCost)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setSpecialCost(uint256 _specialCost)
setSpecial_max_per_wallet(uint256 _special_max_per_wallet)
set_total_PS_limit(uint256 _total_PS_limit)
toggleReveal()
toggle_paused()
toggle_public_mint_status()
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(string _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
URIQueryForNonexistentToken()