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 "BYOKEY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20828983 | 2 months ago | | | 0 | 0.0013094682 | |
| 20438388 | 3 months ago | | | 0 | 0.000079391346 | |
| 20135998 | 5 months ago | | | 0 | 0.00019521094 | |
| 19923515 | 6 months ago | | | 0 | 0.00015126707 | |
| 19498418 | 8 months ago | | | 0 | 0.00042124300 | |
| 19228274 | 9 months ago | | | 0 | 0.0014454057 | |
| 19216472 | 9 months ago | | | 0 | 0.0022444596 | |
| 19215719 | 9 months ago | | | 0 | 0.00086604166 | |
| 19174614 | 9 months ago | | | 0 | 0.00075279921 | |
| 19074988 | 10 months ago | | | 0 | 0.00026149511 |
ABI
ABI objects
Getter at block 21162108
m_Name() view returns (string)
BYOKEY
m_Symbol() view returns (string)
BYK
name() view returns (string)
BYOKEY
owner() view returns (address)
0xaa06e628cc9d2354a425a07c4bd9ec3e8fd8ec28
paused() view returns (bool)
false
symbol() view returns (string)
BYK
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
byoKeys(uint256) view returns (bool isCollectingOpen, uint256 mintPrice, uint256 maxPerTx, string uriHash, address redeemableAddress, bytes32 merkle, bool isWhitelistBased, bool enforceBalance, address linkedAsset)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isCollectingOpen(uint256 _keyIdx) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address _account, uint256 _keyIdx, uint256 _amount)
createBYOKey(bytes32 _merkle, bool _isWhitelistBased, bool _enforceBalance, uint256 _mintPrice, uint256 _maxPerTx, string _uriHash, address _redeemableAddress, address _linkedAsset)
editBYOKey(bytes32 _merkle, bool _isWhitelistBased, bool _enforceBalance, uint256 _mintPrice, uint256 _maxPerTx, string _uriHash, address _redeemableAddress, address _linkedAsset, uint256 _keyIdx)
ownerCollect(uint256 _numPasses, uint256 _keyIdx)
pause()
publicCollect(uint256 _numPasses, uint256 _keyIdx) 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)
setBaseURI(string baseURI)
toggleCollecting(uint256 _keyIdx)
transferOwnership(address newOwner)
unpause()
whitelistCollect(uint256 _numPasses, uint256 _keyIdx, uint256 _merkleIdx, uint256 _maxAmount, bytes32[] merkleProof) payable
withdrawAmount(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.