Apes Together Strong

Verified contract

Active on Ethereum with 10,611 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
Native
Value $0.34
 (#3774)
ERC-721
--
 (#151)
ERC-721
--
 (#149)
ERC-721
--
 (#147)
ERC-721
--
 (#139)
ERC-721
--
 (#123)
ERC-721
--
 (#115)
ERC-721
--
 (#114)
ERC-721
--
 (#104)
ERC-721
--
0x7ffeb42480dfb4e57bea7d2f9015ab631b630b4931a10b7c3c851a4005cf93f2
0x89209642cad259b95286e29cbed04a3bc1c3e4565edd073ab5da01136b2cb684
0xbac39cf845f8125e9915214c70fc0d2edbe8f702493a6065ca7ec1e18919fc9b
0x33eee299326111a5255ddbc872c3907f6d9ae77fbf38ffc47e0a8f1fd69e0371
0x9f7e0d5f5e573a8c2414468d5f28e3aaef8db45d5ec32e62a0a6696a2de22b5c
0xe5014f201be32e3d03ed2ccc1ac4afdec193eaf39abc250feed6a229e01d1f9b
0xbbb9f6d2cdfb0e48b5e796072c8066dd2b3a501247fcf785fa8ef3cb9a82fa18
0x2e8aca1a1795087503d2574ba37ea9719ff38e586d4c29afa8677e04baf47b9d
0x1ce4b27f5cb8b308a04f12f92550dd39b7ff6d15d75daa92286c6869a9e83012
0x91f2e1c0f345cf07b8896a68f3e857f8d30d65913ae65f5d0ea0a78a75dc1f57

Functions
Getter at block 21303257
baseTokenURI(view returns (string)
https://assets.atsnft.io/token/
launchpassId(view returns (uint256)
20
maxPerTransaction(view returns (uint24)
10
maxPerWallet(view returns (uint24)
500
maxSupply(view returns (uint24)
4444
name(view returns (string)
Apes Together Strong
owner(view returns (address)
0x3978a70acce93153f524e8fcdcba1e3ace0ac05b
preSaleIsActive(view returns (bool)
false
preSalePrice(view returns (uint72)
77000000000000000
pubSalePrice(view returns (uint72)
88000000000000000
saleIsActive(view returns (bool)
true
supplyLock(view returns (bool)
true
symbol(view returns (string)
ATSNFT
totalReleased(view returns (uint256)
351868000914815993910
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
verify(bytes32 leafbytes32 _rootbytes32[] proofview returns (bool)
State-modifying
approve(address touint256 tokenId
lockSupply(
mint(uint256 _quantitybytes32 _rootbytes32[] _proofpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
reserve(address _addressuint256 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMaxPerTransaction(uint24 _quantity
setMaxPerWallet(uint24 _quantity
setMaxSupply(uint24 _supply
setPreSalePrice(uint72 _price
setPreSaleState(bool _isActive
setPubSaleState(bool _isActive
setPublicSalePrice(uint72 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractInitialParameters initialParameters
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(