On the Edge of Oblivion
Verified contract
Active on
Ethereum with 2,984 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 "On the Edge of Oblivion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20836652 | 2 months ago | | | 0 | 0.0017985786 | |
| 20778642 | 2 months ago | | | 0 | 0.00089039621 | |
| 20646863 | 3 months ago | | | 0 | 0.000056621199 | |
| 20611970 | 3 months ago | | | 0 | 0.00023554686 | |
| 20608767 | 3 months ago | | | 0 | 0.000046516213 | |
| 20571313 | 3 months ago | | | 0 | 0.000093850206 | |
| 20567230 | 3 months ago | | | 0 | 0.000079830000 | |
| 20404950 | 4 months ago | | | 0 | 0.000054331994 | |
| 20217872 | 5 months ago | | | 0 | 0.00024748702 | |
| 20217012 | 5 months ago | | | 0 | 0.00018978077 |
ABI
ABI objects
Getter at block 21299487
getCurrentPhase() view returns (uint256)
2
maxSupply() view returns (uint256)
555
name() view returns (string)
On the Edge of Oblivion
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xd1579ce790d05e297cf4a1e32d434f785563010a
price() view returns (uint256)
25000000000000000
symbol() view returns (string)
EDGE
totalSupply() view returns (uint256)
555
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
changeMintPhase(uint256 _currentPhase)
changePreviewImage(bool _isPreviewOnChain, string _renderURI)
editList(bytes32 _root)
editPrice(uint256 _price)
publicMint(uint256 _amount, uint256 _phase, uint160 _hash, bytes32[] _p) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
setVerifier(address _address)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()