TheCurrency

Verified contract

Active on Ethereum with 9,827 txns
Deployed by via 0x7ae567be at 12911731
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TheCurrency"

0x542ab99f107af2759d352d32d9abcca8ca7557a88c57d3d0cfc23881054f2c26
0x9ef0c338a0e2eefae17bba1fbf2a231068f718491b32d53673a660f26e36af36
From
0x183c323755735dbde8e098bac5dc2f390624a1c888f8677b180ac6375f30e157
0xa6bd71080bec3c3ff62bb1aeb07323eaf666c1aa66a7ff24e4ffdbf752f2a53a
0x48d9e91683f6635a252e7f4b97f211d35fb5795c252b9a83e503d3b35a047744
0x65c0e30609eb43ead9172dc9bd829589d6a9cf575f266d60fcb0c952c58fbbe0
0x822bf52df67f8966f61e128b4ec382447c95259ce415ee6d32aa9cbc94aec8b3
0x2774c23a33cce90ec75fb74a64ac399414a1724ce9b9bf2ff6d699f71f43d03f
0x4d9f9dda929ddb3c19e91416a718410e9878d7971f9d4391ab43248062d562cd
0x53ca4592716163e1e00952426239598083178251a427a515e32e8204fc327656

Functions
Getter at block 21170314
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OWNER_ROLE(view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
ROYALTY_FEE_DENOMINATOR(view returns (uint256)
100000
name(view returns (string)
TheCurrency
paused(view returns (bool)
false
royaltyFee(view returns (uint256)
5000
royaltyWallet(view returns (address)
0xf543e8dc2ef6d336abc14f3f9d42a65b35313cb5
symbol(view returns (string)
TENDER
totalSupply(view returns (uint256)
2049
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address recipientuint256 tokenIdstring
mint(address recipientuint256[] tokenIds
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string uri
setRoyaltyFee(uint256 _royaltyFee
setRoyaltyWallet(address _royaltyWallet
transferFrom(address fromaddress touint256 tokenId
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string previousURIstring newURI
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyFeeChanged(uint256 previousFeeuint256 newFee
RoyaltyWalletChanged(address indexed previousWalletaddress indexed newWallet
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symbolstring _uriaddress _royaltyWalletuint256 _royaltyFee
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.