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 "TapBase"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746135 | an hour ago | | | 0 | 0.000043449499 | |
| 22745830 | an hour ago | | | 0 | 0.0000022975807 | |
| 22743334 | 3 hours ago | | | 0.00136 | 0.0000042329796 | |
| 22738263 | 6 hours ago | | | 0.0004 | 0.0000014892224 | |
| 22738233 | 6 hours ago | | | 0.0002 | 8.5626723e-7 | |
| 22738231 | 6 hours ago | | | 0.0002 | 9.2583350e-7 | |
| 22730611 | 10 hours ago | | | 0.00068 | 0.0000010739640 | |
| 22716833 | 18 hours ago | | | 0 | 0.0000077693026 | |
| 22716830 | 18 hours ago | | | 0 | 0.0000058127577 | |
| 22716783 | 18 hours ago | | | 0 | 0.000010066106 |
ABI
ABI objects
Getter at block 22748454
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
TapBase
symbol() view returns (string)
TPBS
totalSupply() view returns (uint256)
5158
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBalance(address user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTransactionsBetweenDates(uint256 startDate, uint256 endDate) view returns (struct NFTTransaction[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nftInfo(uint256) view returns (uint256 price, uint256 royalty, uint256 edition)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
transactions(uint256) view returns (address from, address to, uint256 tokenId, uint256 timestamp, string telegramId, string methodName)
State-modifying
Events approve(address to, uint256 tokenId)
createNFT(string tokenURIMetadata, string telegramId, uint256 priceInEther, uint256 royalty, uint256 edition) payable
grantRole(bytes32 role, address account)
mint(uint256 tokenId, uint256 count, address userWallet, uint256 percent, string telegramId) payable
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
transferFrom(address from, address to, uint256 tokenId)
transferWithFee(address from, address to, uint256 tokenId, string telegramId, uint256 contractFeePercent) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTCreated(address indexed owner, uint256 tokenId, string tokenURI, uint256 price, uint256 royalty, uint256 edition)
NFTMinted(address indexed owner, uint256 tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferWithFee(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address defaultAdmin)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)