TapBase

Verified contract

Active on Base with 3,084 txns
Deployed by via 0x04b7a143 at 19604809
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TapBase"

0x311205f38aef186b69184401ba63c9153e3f13a70cfbb31f8dba9a0d1ca746e4
0x7227ce869f9ca972ee0e0305cf0c28a3ad15a58a32513e6b7794fc8138729216
0x0f7a651c1410da633e7f9118c58a40c2af17601c5474d53aaa7e732f72129510
0x12105e2e59ec4c5f96e43af6a1e7cf54cde206d5d4d0a590e8adccb68178551e
0x488eaaa10058d39493fabced053883ceb70acb2f66220d51715d409d6188b010
0xedbfb11ac8ebe855707c2c17a532d82847bfafe654fb3f4e63d19a59f682e2bd
0x93e6b49b89a110b58f9d98391ad56a7e488a296214dfdd251f8cc98ff86cd258
0xf5becb3318ce1cc41dd0ace3a111f91f94f9b5be39789950148e398428a07f90
0x1c21262b118d3ef3cb7fe5bdb043bcdb89f20ce1cc48ffba090972815ff8d06b
0x2c8840bf74addbdf88701239cdbaa42e05606c0737085cca84fc7864dc402bee

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBalance(address userview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTransactionsBetweenDates(uint256 startDateuint256 endDateview returns (struct NFTTransaction[])
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
nftInfo(uint256view returns (uint256 priceuint256 royaltyuint256 edition)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
transactions(uint256view returns (address fromaddress touint256 tokenIduint256 timestampstring telegramIdstring methodName)
State-modifying
approve(address touint256 tokenId
createNFT(string tokenURIMetadatastring telegramIduint256 priceInEtheruint256 royaltyuint256 editionpayable 
grantRole(bytes32 roleaddress account
mint(uint256 tokenIduint256 countaddress userWalletuint256 percentstring telegramIdpayable 
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
transferFrom(address fromaddress touint256 tokenId
transferWithFee(address fromaddress touint256 tokenIdstring telegramIduint256 contractFeePercentpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
NFTCreated(address indexed owneruint256 tokenIdstring tokenURIuint256 priceuint256 royaltyuint256 edition
NFTMinted(address indexed owneruint256 tokenId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferWithFee(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address defaultAdmin
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId