BurnTheAbyss
Verified contract
Active on
Ethereum with 1,147 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 "BurnTheAbyss"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17606416 | a year ago | | | 0 | 0.00071516980 | |
| 17515824 | a year ago | | | 0 | 0.0010525637 | |
| 17515821 | a year ago | | | 0 | 0.00059958320 | |
| 17515817 | a year ago | | | 0 | 0.0011457442 | |
| 17515812 | a year ago | | | 0 | 0.0012279922 | |
| 17149682 | 2 years ago | | | 0 | 0.0015431543 | |
| 17070433 | 2 years ago | | | 0 | 0.0012515320 | |
| 17066857 | 2 years ago | | | 0 | 0.0013010893 | |
| 17066133 | 2 years ago | | | 0 | 0.0012502706 | |
| 17066133 | 2 years ago | | | 0 | 0.0012486634 |
ABI
ABI objects
Getter at block 21226874
cost() view returns (uint256)
2000000000000000
freeSupply() view returns (uint256)
2999
hiddenMetadataUri() view returns (string)
ipfs://bafybeifrvej36zsj3kn5uxnkzp3gnkihbypyh4kbs3ooadexn33kdn3cri/1.json
maxMintAmountPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
2501
name() view returns (string)
BurnTheAbyss
owner() view returns (address)
0xe98ca50b05e9b05ee56b4bdc0c2a8be1ff1d2e92
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
BURNABYSS
totalSupply() view returns (uint256)
2501
uriPrefix() view returns (string)
ipfs://bafybeifw4gqmftdxbnk34oc2vmfk7jebe755vycjwqqw2tapi6fbtr6xwa/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (bool)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeQty)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setValues(uint256 _newAmount)
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()