LuckyCharm
Verified contract
Active on
Ethereum with 2,817 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 "LuckyCharm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21125350 | 21 days ago | | | 0 | 0.00047254984 | |
| 21095311 | 25 days ago | | | 0 | 0.00033491429 | |
| 21042387 | a month ago | | | 0 | 0.00025458099 | |
| 20886481 | 2 months ago | | | 0 | 0.00020366687 | |
| 20870060 | 2 months ago | | | 0 | 0.00030010093 | |
| 20589222 | 3 months ago | | | 0 | 0.000025616255 | |
| 20343321 | 4 months ago | | | 0 | 0.00014678798 | |
| 20194638 | 5 months ago | | | 0 | 0.000073572840 | |
| 19779436 | 7 months ago | | | 0 | 0.00021959332 | |
| 19766712 | 7 months ago | | | 0 | 0.00016050454 |
ABI
ABI objects
Getter at block 21275856
HUB() view returns (address)
0x86cc33dbe3d2fb95bc6734e1e5920d287695215f
owner() view returns (address)
0x5973955ff9a77b4be34f7040fa965894deec6767
Read-only
approvedReceiver(address) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
uris(uint256) view returns (string)
State-modifying
Events changeReceiver(address _receiver, bool _val)
mint(address _to, uint256 _tokenId, uint256 _amount)
renounceOwnership()
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)
setUri(uint256 _id, string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.