Apes Together Strong
Verified contract
Active on
Ethereum with 10,611 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.34)
Native
Value
$0.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000091 | $3,702.13 |
$0.34 | |
ATSNFT | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- | |
XBORG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297168 | 20 hours ago | | | 0 | 0.00027753600 | |
| 21294220 | a day ago | | | 0 | 0.0011214104 | |
| 21262467 | 6 days ago | | | 0 | 0.00034496578 | |
| 21255215 | 7 days ago | | | 0 | 0.00055310765 | |
| 21143683 | 22 days ago | | | 0 | 0.0016053760 | |
| 21107365 | a month ago | | | 0 | 0.00042363704 | |
| 21096322 | a month ago | | | 0 | 0.00025039601 | |
| 21095945 | a month ago | | | 0 | 0.00023128877 | |
| 21057891 | a month ago | | | 0 | 0.00038285452 | |
| 21011583 | a month ago | | | 0 | 0.00024750925 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) 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)
totalReleased(address token) view returns (uint256)
verify(bytes32 leaf, bytes32 _root, bytes32[] proof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
lockSupply()
mint(uint256 _quantity, bytes32 _root, bytes32[] _proof) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(address _address, uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _payees, uint256[] _shares, address _owner, struct ERC721AContractInitialParameters initialParameters)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()