DarkHorizon
Verified contract
Active on
Ethereum with 7,627 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 "DarkHorizon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217803 | 15 hours ago | | | 0 | 0.00036559795 | |
| 21217802 | 15 hours ago | | | 0 | 0.00035880088 | |
| 21217802 | 15 hours ago | | | 0 | 0.00035757486 | |
| 21217782 | 15 hours ago | | | 0 | 0.00035407491 | |
| 21151146 | 10 days ago | | | 0 | 0.00054155623 | |
| 21105667 | 16 days ago | | | 0 | 0.000082506496 | |
| 21105632 | 16 days ago | | | 0 | 0.000078473600 | |
| 21099497 | 17 days ago | | | 0 | 0.00015042096 | |
| 20911361 | a month ago | | | 0 | 0.00029588826 | |
| 20668531 | 3 months ago | | | 0 | 0.00010412052 |
ABI
ABI objects
Getter at block 21222277
IS_PRESALE_ACTIVE() view returns (bool)
false
IS_SALE_ACTIVE() view returns (bool)
true
MAX_SUPPLY() view returns (uint256)
8686
PRESALE_PRICE() view returns (uint256)
75700000000000000
SALE_PRICE() view returns (uint256)
86800000000000000
name() view returns (string)
DarkHorizon
owner() view returns (address)
0xd82557b15baad78052c1cb85a16eac12162e242d
provenanceHash() view returns (string)
5cf6b17cb2efeaf9521921fe27718f30e4fe251fde73e773f9fb62390bde8757
symbol() view returns (string)
DH
totalSupply() view returns (uint256)
8686
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPresale(uint256 id, bytes signature) payable
mintReserved(uint256 tokensAmount)
mintSale(uint256 tokensAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string _provenanceHash)
setSaleState(bool _isPresaleActive, bool _isSaleActive)
setVerifier(address _newVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.