Cyber Bandit Print Passes
Verified contract
Active on
Ethereum with 560 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 "Cyber Bandit Print Passes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20823890 | 2 months ago | | | 0 | 0.00066050948 | |
| 20584189 | 3 months ago | | | 0 | 0.000052341291 | |
| 20341323 | 4 months ago | | | 0 | 0.00045830980 | |
| 19936660 | 6 months ago | | | 0 | 0.00040404741 | |
| 19395791 | 9 months ago | | | 0 | 0.0020700998 | |
| 19395014 | 9 months ago | | | 0.0058309038 | 0.0041391211 | |
| 19394997 | 9 months ago | | | 0.0058309038 | 0.0040632826 | |
| 19394993 | 9 months ago | | | 0.0058309038 | 0.0043741832 | |
| 19394982 | 9 months ago | | | 0.010944606 | 0.0042267321 | |
| 19394941 | 9 months ago | | | 0.0058309038 | 0.0043365851 |
ABI
ABI objects
Getter at block 21321727
MAX_TOKENS() view returns (uint256)
500
mintSigner() view returns (address)
0xb0166616cff74f6a78ba94e0feeab994f366fa8b
name() view returns (string)
Cyber Bandit Print Passes
owner() view returns (address)
0xff8679a9507cffbfa1d7dc8afb849033106b304a
symbol() view returns (string)
CBPP
totalMinted() view returns (uint256)
378
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
redeemedTokenByIndex(address nft, uint256 index) view returns (uint256)
redeemerOf(address nft, uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
totalRedeemed(address nft) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events mintTo(address[] to, uint256[] qty)
redeem(address nft, uint256 tokenId, bytes signature) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setSigner(address mintSigner_)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
withdrawERC20(address token)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri_, address mintSigner_)
This contract contains no fallback and receive objects.
ExceedsMaximum()
InvalidSignature()
NFTAlreadyPrinted()
NFTNotOwned()
NoPrintPasses()
OutOfBounds()
TokenNotFound()