Event Horizon
Verified contract
Active on
Ethereum with 78 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 "Event Horizon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16770868 | 2 years ago | | | 0 | 0.0017530285 | |
| 16490983 | 2 years ago | | | 0 | 0.00070453330 | |
| 15851236 | 2 years ago | | | 0 | 0.00021587512 | |
| 15274697 | 2 years ago | | | 0 | 0.00080919939 | |
| 15207926 | 2 years ago | | | 0 | 0.0011160732 | |
| 15123688 | 2 years ago | | | 0 | 0.0018322860 | |
| 14623188 | 3 years ago | | | 0 | 0.018089795 | |
| 14563527 | 3 years ago | | | 0 | 0.0012687604 | |
| 14563471 | 3 years ago | | | 0 | 0.0020360808 | |
| 14546023 | 3 years ago | | | 0 | 0.0023679074 |
ABI
ABI objects
Getter at block 21380462
MAX_MULTIMINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
80
MINT_LIMIT_PER_WALLET() view returns (uint256)
2
name() view returns (string)
Event Horizon
owner() view returns (address)
0x9996e496a36b42897b44a5b0df62a376c3390098
saleIsActive() view returns (bool)
true
symbol() view returns (string)
EVNHZ
totalSupply() view returns (uint256)
80
Read-only
allowedMintCount(address minter) view returns (uint256)
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)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string customBaseURI_, address proxyRegistryAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.