AutomatedAssassins
Verified contract
Active on
Ethereum with 4,379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AutomatedAssassins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219740 | 8 days ago | | | 0 | 0.00038812459 | |
| 20916273 | 2 months ago | | | 0 | 0.00044854173 | |
| 20896324 | 2 months ago | | | 0 | 0.00014945920 | |
| 20550520 | 3 months ago | | | 0 | 0.000050714615 | |
| 20270600 | 5 months ago | | | 0 | 0.00013584151 | |
| 20102223 | 5 months ago | | | 0 | 0.000070350461 | |
| 19833050 | 7 months ago | | | 0 | 0.00026682040 | |
| 19779708 | 7 months ago | | | 0 | 0.00021661212 | |
| 19338242 | 9 months ago | | | 0 | 0.00090337996 | |
| 19338242 | 9 months ago | | | 0 | 0.00090337996 |
ABI
ABI objects
Getter at block 21277893
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPreSaleMint(address) view returns (uint256)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
preMint(bytes32[] _merkleProof, uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setTokenUri(string _baseTokenUri)
togglePreSale()
togglePublicSale()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()