TheCurrency
Verified contract
Active on
Ethereum with 9,827 txns
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 "TheCurrency"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167990 | 8 hours ago | | | 0 | 0.0019262159 | |
| 21167949 | 8 hours ago | | | 0 | 0.0018299061 | |
| 21166330 | 13 hours ago | | | 0 | 0.0020461809 | |
| 21164815 | 18 hours ago | | | 0 | 0.00084144592 | |
| 21163526 | a day ago | | | 0 | 0.00069339708 | |
| 21156874 | 2 days ago | | | 0 | 0.00060079342 | |
| 21151918 | 3 days ago | | | 0 | 0.00042385856 | |
| 21150558 | 3 days ago | | | 0 | 0.00062009570 | |
| 21146018 | 3 days ago | | | 0 | 0.0011226878 | |
| 21145766 | 3 days ago | | | 0 | 0.00028401217 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address recipient, uint256 tokenId, string)
mint(address recipient, uint256[] tokenIds)
pause()
renounceRole(bytes32 role, address account)
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)
setBaseTokenURI(string uri)
setRoyaltyFee(uint256 _royaltyFee)
setRoyaltyWallet(address _royaltyWallet)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string previousURI, string newURI)
Paused(address account)
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)
RoyaltyFeeChanged(uint256 previousFee, uint256 newFee)
RoyaltyWalletChanged(address indexed previousWallet, address indexed newWallet)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri, address _royaltyWallet, uint256 _royaltyFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.