Ecliptic
Verified contract
Active on
Ethereum with 2,251 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 "Ecliptic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17756325 | a year ago | | | 0 | 0.00058576942 | |
| 17700264 | a year ago | | | 0 | 0.00032435295 | |
| 17700238 | a year ago | | | 0 | 0.00029386991 | |
| 16367716 | 2 years ago | | | 0 | 0.00033594588 | |
| 16267652 | 2 years ago | | | 0 | 0.00019958418 | |
| 16267552 | 2 years ago | | | 0 | 0.00024945938 | |
| 15558126 | 2 years ago | | | 0 | 0.000045016000 | |
| 15512064 | 2 years ago | | | 0 | 0.00013808402 | |
| 15065693 | 2 years ago | | | 0 | 0.00013512000 | |
| 15047494 | 2 years ago | | | 0 | 0.00092682127 |
ABI
ABI objects
Getter at block 21260350
InterfaceId_ERC165() view returns (bytes4)
[unknown]
azimuth() view returns (address)
[unknown]
claims() view returns (address)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
polls() view returns (address)
[unknown]
previousEcliptic() view returns (address)
[unknown]
symbol() view returns (string)
[unknown]
Read-only
balanceOf(address _owner) view returns (uint256 balance)
canEscapeTo(uint32 _point, uint32 _sponsor) view returns (bool canEscape)
exists(uint256 _tokenId) view returns (bool doesExist)
getApproved(uint256 _tokenId) view returns (address approved)
getSpawnLimit(uint32 _point, uint256 _time) view returns (uint32 limit)
isApprovedForAll(address _owner, address _operator) view returns (bool result)
ownerOf(uint256 _tokenId) view returns (address owner)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string _tokenURI)
State-modifying
Events adopt(uint32 _point)
approve(address _approved, uint256 _tokenId)
cancelEscape(uint32 _point)
castDocumentVote(uint8 _galaxy, bytes32 _proposal, bool _vote)
castUpgradeVote(uint8 _galaxy, address _proposal, bool _vote)
configureKeys(uint32 _point, bytes32 _encryptionKey, bytes32 _authenticationKey, uint32 _cryptoSuiteVersion, bool _discontinuous)
createGalaxy(uint8 _galaxy, address _target)
detach(uint32 _point)
escape(uint32 _point, uint32 _sponsor)
onUpgrade()
reject(uint32 _point)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setDnsDomains(string _primary, string _secondary, string _tertiary)
setManagementProxy(uint32 _point, address _manager)
setSpawnProxy(uint16 _prefix, address _spawnProxy)
setTransferProxy(uint32 _point, address _transferProxy)
setVotingProxy(uint8 _galaxy, address _voter)
spawn(uint32 _point, address _target)
startDocumentPoll(uint8 _galaxy, bytes32 _proposal)
startUpgradePoll(uint8 _galaxy, address _proposal)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
transferPoint(uint32 _point, address _target, bool _reset)
updateDocumentPoll(bytes32 _proposal)
updateUpgradePoll(address _proposal)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Upgraded(address to)
constructor(address _previous, address _azimuth, address _polls, address _claims)
This contract contains no fallback and receive objects.
This contract contains no error objects.