Ape Scoundrel Squad
Verified contract
Active on
Ethereum with 3,172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($737.89)
Native
Value
$737.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2 | $3,689.45 |
$737.89 | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- | |
TLGT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20391549 | 4 months ago | | | 0 | 0.00025421044 | |
| 19959735 | 6 months ago | | | 0 | 0.00041983662 | |
| 19718196 | 7 months ago | | | 0 | 0.00055104654 | |
| 19464330 | 8 months ago | | | 0 | 0.0018669491 | |
| 19349117 | 9 months ago | | | 0 | 0.0011493238 | |
| 18755173 | a year ago | | | 0 | 0.00057564566 | |
| 18136906 | a year ago | | | 0 | 0.0011475664 | |
| 17970305 | a year ago | | | 0 | 0.0012252306 | |
| 17616949 | a year ago | | | 0 | 0.00063780438 | |
| 17485122 | a year ago | | | 0 | 0.00041381297 |
ABI
ABI objects
Getter at block 21299570
BASE_URI() view returns (string)
https://6ivgu4olfi.execute-api.us-east-1.amazonaws.com/main/metadata/
metadataProvider() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Ape Scoundrel Squad
owner() view returns (address)
0xca283bef7133c61b46880f03858e3d182a7f1370
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
saleConfig() view returns (bool IS_PRESALE_ON, bool IS_PUBLIC_SALE_ON, uint16 BATCH_SIZE, uint16 MAX_TOTAL_SUPPLY, uint16 PUBLIC_SALE_KEY, uint16 MAX_TX_PUBLIC_SALE_CLAIM_QTY, uint16 MAX_ADDRESS_PUBLIC_SALE_CLAIM_QTY, uint16 BONUS_QTY, uint16 FREE_MINT_RANGE_END, uint64 SALE_MINT_PRICE)
(IS_PRESALE_ON=false, IS_PUBLIC_SALE_ON=true, BATCH_SIZE=10, MAX_TOTAL_SUPPLY=5000, PUBLIC_SALE_KEY=23, MAX_TX_PUBLIC_SALE_CLAIM_QTY=1, MAX_ADDRESS_PUBLIC_SALE_CLAIM_QTY=1, BONUS_QTY=0, FREE_MINT_RANGE_END=2625, SALE_MINT_PRICE=0)
signer() view returns (address)
0xd6f468efdbb2b514d797de16ddc16c5ec6654225
symbol() view returns (string)
ASS
totalBurned() view returns (uint256)
2
totalMinted() view returns (uint256)
5000
totalSupply() view returns (uint256)
4998
Read-only
admins(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address _owner, address _operator) view returns (bool)
numberBurned(address _owner) view returns (uint256)
numberMinted(address _owner) view returns (uint256)
numberMintedVouchers(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenData(uint256 _tokenId) view returns (bytes)
tokenURI(uint256 _tokenId) view returns (string)
voucherToMinted(uint256) view returns (uint256)
State-modifying
Events airdropMintTo(address _address, uint256 _qty)
approve(address to, uint256 tokenId)
batchBurn(uint256[] _tokenIds)
batchTransferFrom(address _from, address[] _to, uint256[] _tokenIds, bool _safe)
burn(uint256 tokenId)
lockMetadata()
lockProxyRegistry()
mintSale(uint256 _claimQty, uint256 _publicSaleKey) payable
redeemVoucher(address _address, uint256 _approvedQty, uint256 _price, uint256 _nonce, uint256 _expiryTimestamp, bool _isLastItemFree, uint256 _claimQty, bytes _voucher) payable
reduceMaxTotalSupply(uint16 _newMaxTotalSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmins(address[] _admins, bool _isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBatchSize(uint16 _batchSize)
setBonusQty(uint16 _bonusQty)
setFreeMintRangeEnd(uint256 offset)
setIsPresaleOn(bool _isOn)
setIsPublicSaleOn(bool _isOn, uint16 _publicSaleKey)
setMaxAddressPublicSaleQty(uint16 _maxQty)
setMaxTxPublicSaleQty(uint16 _maxQty)
setMetadataProvider(address _provider)
setProxyRegistryAddress(address _proxyRegistry)
setSaleMintPrice(uint256 _newSaleMintPrice)
setSigner(address _signer)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VoucherUsed(address indexed _address, uint256 _nonce, uint256 _claimQty)
constructor(uint16 _maxTotalSupply, uint16 _publicSaleTxLimit, uint16 _batchSize)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()