Kurage Festival Memento
Verified contract
Active on
Ethereum with 497 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 "Kurage Festival Memento"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20022368 | 5 months ago | | | 0 | 0.00029037465 | |
| 20022295 | 5 months ago | | | 0 | 0.00027010835 | |
| 20022290 | 5 months ago | | | 0 | 0.00025717666 | |
| 20022285 | 5 months ago | | | 0 | 0.00025888517 | |
| 20022278 | 5 months ago | | | 0 | 0.00025820052 | |
| 20022275 | 5 months ago | | | 0 | 0.00022706470 | |
| 20022270 | 5 months ago | | | 0 | 0.00026371210 | |
| 20022264 | 5 months ago | | | 0 | 0.00025956679 | |
| 20022250 | 5 months ago | | | 0 | 0.00030232028 | |
| 20022241 | 5 months ago | | | 0 | 0.00024981251 |
ABI
ABI objects
Getter at block 21214020
BOY() view returns (bytes32)
0x14ae3c7fe7cf62e752f356e04ae239a52152d61b77b09d1ddb810ad3b9a18dd3
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Kurage Festival Memento
owner() view returns (address)
0xc0f1cb2eba2cd0bd641417223b91fed2bf977784
symbol() view returns (string)
KFM
withdrawAddress() view returns (address)
0xc0f1cb2eba2cd0bd641417223b91fed2bf977784
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
cost(uint256 _id) 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)
itemData(uint256) view returns (uint256 totalSupply, uint256 cost, string jsonUri, bool onSale)
onSale(uint256 _id) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events airdropMint(address _address, uint256 _id, uint256 _mintAmount)
grantRole(bytes32 role, address account)
mint(uint256 _id, uint256 _mintAmount) payable
renounceOwnership()
renounceRole(bytes32 role, 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)
setItemData(uint256 _id, uint256 _cost, string _jsonUri, bool _onSaleState)
setOnSaleState(uint256 _id, bool _state)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.