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 "TBECard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293842 | 14 days ago | | | 0 | 0.00088780490 | |
| 19818866 | 7 months ago | | | 0 | 0.00047519303 | |
| 18523749 | a year ago | | | 0 | 0.0010403011 | |
| 16676512 | 2 years ago | | | 0 | 0.00059926291 | |
| 16353094 | 2 years ago | | | 0 | 0.00063296771 | |
| 16314458 | 2 years ago | | | 0 | 0.00077770327 | |
| 16310180 | 2 years ago | | | 0 | 0.00063520125 | |
| 16258070 | 2 years ago | | | 0 | 0.00067578003 | |
| 16257983 | 2 years ago | | | 0 | 0.00056902480 | |
| 15704340 | 2 years ago | | | 0 | 0.00045163715 |
ABI
ABI objects
Getter at block 21394597
contractURI() pure returns (string)
https://api.tbe.cards/api/contract/tbe
isOwner() view returns (bool)
false
name() view returns (string)
TBECard
owner() view returns (address)
0x56f379272115f4747d7caa855ba4fa5d2c80a219
symbol() view returns (string)
TBE
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isMinter(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
maxSupply(uint256 _id) view returns (uint256)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMaxSupply(uint256) view returns (uint256)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addMinter(address account)
addWhitelistAdmin(address account)
batchBurn(address _from, uint256[] _ids, uint256[] _amounts)
batchMint(address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
burn(address _from, uint256 _id, uint256 _quantity)
create(uint256 _maxSupply, uint256 _initialSupply, string _uri, bytes _data) returns (uint256 tokenId)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
removeMinter(address account)
removeWhitelistAdmin(address account)
renounceMinter()
renounceOwnership()
renounceWhitelistAdmin()
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)
setBaseMetadataURI(string _newBaseMetadataURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.