Automated Assassins

Verified contract

Active on Ethereum with 4,376 txns
Deployed by via 0x026bd7a4 at 14886140
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Automated Assassins"

0x04257e596271c7de3a9847a586413ea500efc1687ff8057b3412bb9868e9f207
0xff43224474ee8cb07a92f1f573129b2feec1dedbbaa3259b2dbdd789771aae73
0xdf78d23e9b36b0f72fb5a0c78e82dcc51fc6a9d9ff792164afd370caaff1b7d8
0x7f8ef8dead6467a7c6a6432f9b6d3a9b2982920ae10fbdb1a77c9fa3c76430b2
0x6f7b8e05b0679eb3f714c1579053b44d9c69e5f222e4de6d89de9acbcdfff07a
0x5f3e8273bf9ce2097cc07a53fe37f06e5cb8cb85468ade297fc54ed2e88be7e6
0x8511ed7dd33eb4c050e6426d6046c85c144f364d18e41446a04ba75a6d85911c
0x514cdc0f63e17d5ae059c933ba0aec827cd0c63442fb802cca4434e783e7595a
0x260c0d410bc755da4d354fbda812eaf8a481a744c1f37a4e4f7212cd1c93942b
0x7fafc1f18ff923a4c2720c40349670b3cb79bd3958dc72be6e6f131695793ef1

Functions
Getter at block 20854812
MAX_SUPPLY(view returns (uint256)
3333
getMerkleRoot(view returns (bytes32)
0x6d7ebf876de31db21463b59197f1b4d58af4a570e23602a56f07035c0f673e40
hasTeamMinted(view returns (bool)
false
isPreSaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
true
isWhiteListSaleActive(view returns (bool)
false
maxPreMint(view returns (uint256)
1
maxPublicMint(view returns (uint256)
3
maxWhitelistMint(view returns (uint256)
2
name(view returns (string)
Automated Assassins
owner(view returns (address)
0x589727dfcd95d10486f763a66284628a476e8b8b
preSalePrice(view returns (uint256)
29000000000000000
publicSalePrice(view returns (uint256)
39000000000000000
symbol(view returns (string)
AA
totalSupply(view returns (uint256)
3333
whitelistSalePrice(view returns (uint256)
29000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalPreSaleMint(addressview returns (uint256)
totalPublicMint(addressview returns (uint256)
totalWhitelistMint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
preMint(bytes32[] _merkleProofuint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setTokenUri(string _baseTokenUri
togglePreSale(
togglePublicSale(
toggleWhiteListSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _quantitypayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(