ABE KILLER
Verified contract
Active on
Ethereum with 1,014 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 "ABE KILLER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15844016 | 2 years ago | | | 0 | 0.00061548054 | |
| 15785725 | 2 years ago | | | 0 | 0.0010681651 | |
| 15439186 | 2 years ago | | | 0 | 0.00036909561 | |
| 15157620 | 2 years ago | | | 0 | 0.00042638183 | |
| 15129398 | 2 years ago | | | 0 | 0.00083577169 | |
| 15126616 | 2 years ago | | | 0 | 0.00052325633 | |
| 15126185 | 2 years ago | | | 0 | 0.00098839860 | |
| 15125939 | 2 years ago | | | 0 | 0.00070483043 | |
| 15124666 | 2 years ago | | | 0 | 0.00060121787 | |
| 15114181 | 2 years ago | | | 0 | 0.00046952126 |
ABI
ABI objects
Getter at block 21193035
_instantFreeMinted() view returns (uint32)
0
_instantFreeSupply() view returns (uint32)
3333
_instantFreeWalletLimit() view returns (uint32)
3
_lotterySalt() view returns (bytes32)
0x01ab0b22f597ab6e4e93ddcd791c3372cf5d26d14d02ed4a1bb628d8bbdb51a0
_maxMintAmount() view returns (uint32)
10
_maxSupply() view returns (uint32)
6666
_metadataURI() view returns (string)
ipfs://QmTkJDEDEhqKk9YHJLUHsxZjEXzbp8t4Te2P2Kuqjzt6E8
_price() view returns (uint256)
5000000000000000
_publicMinted() view returns (uint32)
2725
_publicSupply() view returns (uint32)
6666
_randomFreeMinted() view returns (uint32)
0
_randomFreeSupply() view returns (uint32)
333
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
0
_teamSupply() view returns (uint32)
0
_walletLimit() view returns (uint32)
100
name() view returns (string)
ABE KILLER
owner() view returns (address)
0xe6c3d0de7218c906f3ca2dfe3d64c7d97eb20379
symbol() view returns (string)
ABE
totalSupply() view returns (uint256)
2725
Read-only
_status(address minter) view returns (struct ABEKILLERStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMaxMintAmount(uint32 amount)
setMetadataURI(string uri)
setStarted(bool started)
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)
LuckyBoy(address minter, uint32 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price, uint32 maxSupply, uint32 teamSupply, uint32 instantFreeSupply, uint32 randomFreeSupply, uint32 instantFreeWalletLimit, uint32 maxMintAmount, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()