Abyss Access
Verified contract
Active on
Ethereum with 526 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 "Abyss Access"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15865108 | 2 years ago | | | 0 | 0.00044959045 | |
| 15858061 | 2 years ago | | | 0 | 0.0013149406 | |
| 15858061 | 2 years ago | | | 0 | 0.0013149406 | |
| 15858061 | 2 years ago | | | 0 | 0.0013149406 | |
| 15858061 | 2 years ago | | | 0 | 0.0013149406 | |
| 15857970 | 2 years ago | | | 0 | 0.00037255200 | |
| 15857918 | 2 years ago | | | 0 | 0.00050292435 | |
| 15856509 | 2 years ago | | | 0 | 0.00046569000 | |
| 15856346 | 2 years ago | | | 0 | 0.00086532664 | |
| 15856346 | 2 years ago | | | 0 | 0.00086532664 |
ABI
ABI objects
Getter at block 21324107
MAX_SUPPLY() view returns (uint256)
444
merkle_root() view returns (bytes32)
0x535416454f5d19bd9cbcabc2199ad2a1ce6af2104751862c9208a8fecca2944c
name() view returns (string)
Abyss Access
owner() view returns (address)
0x4e37dacb932a18b3961cf4eaeaf97dfab3d049a0
private_sale_running() view returns (bool)
true
public_sale_running() view returns (bool)
true
symbol() view returns (string)
ABYSS
totalSupply() view returns (uint256)
444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumClaimed(address _user) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user, bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address _destination, uint256 _quantity)
approve(address to, uint256 tokenId) payable
burn(uint256 _token_id)
publicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
togglePrivateSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateWhitelistMerkleRoot(bytes32 _new_root)
whitelistMint(bytes32[] _merkleProof)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()