Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Native
Value
$4.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0014 | $3,434.81 |
$4.81 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2235675 | a year ago | | | 0.0003 | 0.00032624251 | |
| 2234388 | a year ago | | | 0.0005 | 0.00052249802 | |
| 2234104 | a year ago | | | 0.0003 | 0.00065248502 | |
| 2234104 | a year ago | | | 0.0002 | 0.00048189002 | |
| 2234104 | a year ago | | | 0.0001 | 0.00041386201 |
ABI
ABI objects
Getter at block 22951508
end() view returns (uint256)
1691515570
name() view returns (string)
Dots
owner() view returns (address result)
0xbc3ed6b537f2980e66f396fe14210a56ba3f72c4
price() view returns (uint256)
100000000000000
symbol() view returns (string)
DOTS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
mint(uint256 quantity, address recipient) payable
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()