Dots

Verified contract

Active on Base with 5 txns
Deployed by via 0x3c06e9ba at 2234104
Slot
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
0x7210981dcaf41919e7b394566789a4e8df630000da08428058b0934ae0cea826
0xeb6ca4cf06c7d35d6b58d95ce4a2de4dbf769ce202d2c0dbc4c567f99fbf5b84
0x1729081cfec9b936f8bbcc2e42cbbea6f8c8dbf56f37113df90f8cc96a1b4141
0x308a0177d01ff1327c5b35b583919f4c3757dff05a58dc6b22966bceb1207c17
0x52d8c3d3e4ab27220023be23b7aa63a7d5030b44a650a3174588c67eeaf1df77

Functions
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 ownerview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address spenderuint256 id
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
mint(uint256 quantityaddress recipientpayable 
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwnerpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NewOwnerIsZeroAddress(
NoHandoverRequest(
Unauthorized(