AcceptanceLtr
Verified contract
Active on
Ethereum with 4,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "AcceptanceLtr"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124828 | 14 days ago | | | 0 | 0.00034669791 | |
| 20846221 | 2 months ago | | | 0 | 0.00050069807 | |
| 20687969 | 2 months ago | | | 0 | 0.00027538120 | |
| 20687772 | 2 months ago | | | 0 | 0.00016639545 | |
| 20687771 | 2 months ago | | | 0 | 0.00015445541 | |
| 20687732 | 2 months ago | | | 0 | 0.00017447533 | |
| 20687721 | 2 months ago | | | 0 | 0.00016395805 | |
| 20687645 | 2 months ago | | | 0 | 0.00011429727 | |
| 20687605 | 2 months ago | | | 0 | 0.00011032291 | |
| 20687604 | 2 months ago | | | 0 | 0.00011208110 |
ABI
ABI objects
Getter at block 21223371
BurnContract() view returns (address)
0x895688bf87d73cc7da27852221799d31b027e300
MAX_SUPPLY() view returns (uint256)
15001
burnActive() view returns (bool)
true
burnTracker() view returns (uint256)
10033
isOperatorFilterRegistryRevoked() view returns (bool)
false
metadata() view returns (string)
ipfs://QmVw9ssVMs1HucUSuk3cE3ES26amH31ZBmDiDcuWVuAqUu/
mintTracker() view returns (uint256)
15001
name() view returns (string)
AcceptanceLtr
name_() view returns (string)
AcceptanceLtr
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x62ac2dbbd306610ff8652b9e0d1a310b6c6afa0f
publicActive() view returns (bool)
false
symbol() view returns (string)
BIMNT
symbol_() view returns (string)
BIMNT
totalSupply() view returns (uint256)
4968
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
didWalletMint(uint8, address) view returns (bool)
getAmountMintedPerType(uint8 mintType, address _address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
publicMintedPerWallet(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256[] tokenAmount, address[] wallet, uint256 tokenId)
burnForCharacter(uint256 _qty, address _addr, uint256 tokenId)
mintAllowlist(address wallet, uint256 tokenAmount, bytes voucher, uint8 mintType, bool delegate)
mintETH(uint256 tokenAmount) payable
mintPEPE(uint256 tokenAmount) payable
renounceOwnership()
revokeOperatorFilterRegistry()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAdminAddress(address _adminAddress)
setApprovalForAll(address operator, bool approved)
setBurn(bool _state)
setBurnContract(address _contract)
setETHPrice(uint256 _ethprice)
setMaxMintPerWallet(uint256 _amount)
setMetadata(string _uri)
setMintActive(uint8 mintType, bool state)
setMintId(uint8 mintType, uint256 newId)
setPEPEPrice(uint256 _price)
setPublic(bool _state)
setPublicTokenId(uint256 _id)
setSigner(address _signer)
setTokenContract(address _tokenContract)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintApplication(address minter, uint256 qty, uint256 applicationId)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()