Kith Friends
Verified contract
Active on
Ethereum with 5,441 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 "Kith Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133837 | 4 days ago | | | 0 | 0.00045121126 | |
| 21104811 | 8 days ago | | | 0 | 0.000072779543 | |
| 21008831 | 21 days ago | | | 0 | 0.00041222774 | |
| 21000453 | 23 days ago | | | 0 | 0.0020852813 | |
| 20965969 | a month ago | | | 0 | 0.0010090562 | |
| 20960495 | a month ago | | | 0 | 0.00042939145 | |
| 20956651 | a month ago | | | 0 | 0.00039824180 | |
| 20954048 | a month ago | | | 0 | 0.00035763889 | |
| 20901525 | a month ago | | | 0 | 0.00023202132 | |
| 20893867 | a month ago | | | 0 | 0.00032590068 |
ABI
ABI objects
Getter at block 21161752
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
contractURI() view returns (string)
https://invisiblefriends.io/api/metadata/KithFriends
name() view returns (string)
Kith Friends
paused() view returns (bool)
false
symbol() view returns (string)
KITHFRIENDS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events grantMint(address account)
grantRole(bytes32 role, address account)
mint(uint256 id, uint256 amount, address destination)
mintCustom(uint256 id, uint256 amount, address destination, string tokenURI)
pause()
renounceRole(bytes32 role, address account)
revokeMint(address account)
revokeRole(bytes32 role, address account)
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)
setBaseURI(string baseURI)
setContractURI(string contractURI_)
setCustomURI(uint256 id, string tokenURI)
setRoyaltyInfo(address royaltiesReceiver, uint256 royaltiesPercentage)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string initialBaseURI, string initialContractURI, address royalties)
This contract contains no fallback and receive objects.
This contract contains no error objects.