Bored Captainz
Verified contract
Active on
Ethereum with 1,216 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 "Bored Captainz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18401839 | a year ago | | | 0 | 0.00031425215 | |
| 17812907 | a year ago | | | 0 | 0.00035636086 | |
| 17014013 | 2 years ago | | | 0 | 0.00051239522 | |
| 16695939 | 2 years ago | | | 0 | 0.0012921606 | |
| 16673415 | 2 years ago | | | 0 | 0.0010155693 | |
| 16380932 | 2 years ago | | | 0 | 0.00049854853 | |
| 16370890 | 2 years ago | | | 0 | 0.0013820106 | |
| 16354087 | 2 years ago | | | 0 | 0.00069247726 | |
| 16344162 | 2 years ago | | | 0 | 0.0012541749 | |
| 16343785 | 2 years ago | | | 0 | 0.0010735593 |
ABI
ABI objects
Getter at block 21330832
cost() view returns (uint256)
2000000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
51
maxSupply() view returns (uint16)
2000
name() view returns (string)
Bored Captainz
owner() view returns (address)
0x8bfb3ce521afe9d02690ba27d840536143e8dee6
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
MEME
totalSupply() view returns (uint256)
2000
Read-only
NFTPerPublicAddress(address) view returns (uint8)
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 Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()