Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IRENEDAOWN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20521892 | 4 months ago | | | 0 | 0.000066225174 | |
| 19979957 | 6 months ago | | | 0 | 0.00038028040 | |
| 19790271 | 7 months ago | | | 0 | 0.00048863949 | |
| 19521053 | 8 months ago | | | 0 | 0.00090525533 | |
| 18934344 | a year ago | | | 0 | 0.00049182499 | |
| 18910538 | a year ago | | | 0 | 0.00044138497 | |
| 18908702 | a year ago | | | 0 | 0.00057725580 | |
| 18851040 | a year ago | | | 0 | 0.00096123609 | |
| 17530346 | a year ago | | | 0 | 0.00093134000 | |
| 16593260 | 2 years ago | | | 0 | 0.0019152207 |
ABI
ABI objects
Getter at block 21317407
claimIsActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
P
owner() view returns (address)
0x00000315da39030b485a0a11c2af771b5fef3b75
symbol() view returns (string)
P
totalSupply() view returns (uint256 supply)
1000
Read-only
addressClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setClaimState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.