Azimuth Points
Verified contract
Active on
Ethereum with 13,438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x223c…fecb
0x7fec…18e4
0x3e1e…45e5
0x1df4…4ebf
Balances ($0.00)
No balances found for "Azimuth Points"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151667 | a day ago | | | 0 | 0.00053919060 | |
| 21148591 | a day ago | | | 0 | 0.00052525652 | |
| 21147198 | 2 days ago | | | 0 | 0.0026040013 | |
| 21146470 | 2 days ago | | | 0 | 0.0013804598 | |
| 21134293 | 3 days ago | | | 0 | 0.00075016119 | |
| 21129903 | 4 days ago | | | 0 | 0.0010067771 | |
| 21128028 | 4 days ago | | | 0 | 0.0014535986 | |
| 21128019 | 4 days ago | | | 0 | 0.0016722821 | |
| 21126274 | 5 days ago | | | 0 | 0.0014021900 | |
| 21124886 | 5 days ago | | | 0 | 0.00029999293 |
ABI
ABI objects
Getter at block 21158758
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
azimuth() view returns (address)
0x223c067f8cf28ae173ee5cafea60ca44c335fecb
claims() view returns (address)
0x1df4ea30e0b1359c9692a161c5f30cd1a6b64ebf
depositAddress() view returns (address)
0x1111111111111111111111111111111111111111
name() view returns (string)
Azimuth Points
owner() view returns (address)
0x7579355a6f750b287a8a9cda1f965c7694109508
polls() view returns (address)
0x7fecab617c868bb5996d99d95200d2fa708218e4
previousEcliptic() view returns (address)
0xa5b6109ad2d35191b3bc32c00e4526be56fe321f
symbol() view returns (string)
AZP
treasuryProxy() view returns (address)
0x3e1efda147ec9309e1e47782ecafede1d04b45e5
treasuryUpgradeHash() view returns (bytes32)
0x26f3eae628fa1a4d23e34b91a4d412526a47620ced37c80928906f9fa07c0774
treasuryUpgraded() view returns (bool)
true
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)
upgradeTreasury(address _treasuryImpl)
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, address _treasuryProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.