CyberBoxPass
Verified contract
Active on
Ethereum with 925 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 "CyberBoxPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20195027 | 5 months ago | | | 0 | 0.000043259812 | |
| 20195025 | 5 months ago | | | 0 | 0.000042017785 | |
| 20195023 | 5 months ago | | | 0 | 0.000042297655 | |
| 20195021 | 5 months ago | | | 0 | 0.000083511670 | |
| 20161576 | 5 months ago | | | 0 | 0.00035116498 | |
| 19553013 | 8 months ago | | | 0 | 0.00044147034 | |
| 19213343 | 9 months ago | | | 0 | 0.0014998085 | |
| 19205752 | 9 months ago | | | 0 | 0.00064960241 | |
| 19205751 | 9 months ago | | | 0 | 0.00072922429 | |
| 19205750 | 9 months ago | | | 0 | 0.00068681612 |
ABI
ABI objects
Getter at block 21256724
name() view returns (string)
CyberBox Pass
operator() view returns (address)
0xebcf015a188d2e81e950f67d7ddea27ea2735129
owner() view returns (address)
0x85e0aafdb0d6516a007b3c16672b00731614d6ae
symbol() view returns (string)
CBXP
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tiers(uint256) view returns (uint32 maxSupply, uint32 saleLimit, uint256 tokenPrice, bool whitelistOnly)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events createTier(uint32 maxSupply, uint32 saleLimit, uint256 tokenPrice, bool whitelistOnly)
invalidateVoucher(bytes signature)
mintPublic(uint256 tokenID) payable
mintVoucher(struct CyberBoxPassVoucher voucher) 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)
setOperator(address _operator)
setURI(string uri)
transferOwnership(address newOwner)
updatePrice(uint256 tokenPrice, uint256 tokenID)
updateSaleLimit(uint32 saleLimit, uint256 tokenID)
updateWhitelistRequirement(bool whitelistOnly, uint256 tokenID)
withdraw()
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.