anotherblock
Verified contract
Active on
Ethereum with 1,949 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 "anotherblock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840705 | 2 months ago | | | 0 | 0.00052930109 | |
| 20829685 | 2 months ago | | | 0 | 0.0019068416 | |
| 20650124 | 3 months ago | | | 0 | 0.00010298381 | |
| 20600348 | 3 months ago | | | 0 | 0.000093292041 | |
| 20563816 | 3 months ago | | | 0 | 0.00015043956 | |
| 20552910 | 3 months ago | | | 0 | 0.000043983921 | |
| 20528003 | 3 months ago | | | 0 | 0.00011939983 | |
| 20528001 | 3 months ago | | | 0 | 0.00011368775 | |
| 20450199 | 4 months ago | | | 0 | 0.00018845492 | |
| 20435702 | 4 months ago | | | 0 | 0.00045535332 |
ABI
ABI objects
Getter at block 21230266
anotherblock() view returns (address)
0xea143996ddfaf5f2318eea25d311b5e6bc8d912e
name() view returns (string)
anotherblock
owner() view returns (address)
0x5312924f00dd9e2e31e2900e2cf4c93e0e55d45d
symbol() view returns (string)
ABNFT
totalSupply() view returns (uint256)
1151
Read-only
balanceOf(address owner) view returns (uint256)
dropIdPerToken(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimIneligibilityReason(address _userWallet, uint256 _quantity, uint256 _tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerDropPrivateSale(uint256, address) view returns (uint256)
mintedPerDropPublicSale(uint256, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _tokenId) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
unclaimedSupply(uint256 _tokenId) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimTo(address _userWallet, uint256 _quantity, uint256 _tokenId) payable
mint(address _to, uint256 _dropId, uint256 _quantity, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAnotherblock(address _anotherblock)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
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 _anotherblock, string _baseUri, string _name, string _symbol)
This contract contains no fallback and receive objects.
DropSoldOut()
IncorrectETHSent()
IncorrectInterface()
MaxMintPerAddress()
NotEnoughTokensAvailable()
NotInMerkle()
NothingToWithdraw()
SaleNotStarted()