AAC Pass
Verified contract
Active on
Ethereum with 1,942 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 "AAC Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147196 | a month ago | | | 0 | 0.00021447977 | |
| 20997732 | 2 months ago | | | 0 | 0.00022179430 | |
| 19429823 | 9 months ago | | | 0 | 0.0011173348 | |
| 19304466 | 10 months ago | | | 0 | 0.0012621116 | |
| 19101378 | 10 months ago | | | 0 | 0.00025599316 | |
| 18955270 | a year ago | | | 0 | 0.00077738951 | |
| 18918132 | a year ago | | | 0 | 0.00082058147 | |
| 18425903 | a year ago | | | 0 | 0.00046308700 | |
| 18062307 | a year ago | | | 0 | 0.00070919924 | |
| 17953768 | a year ago | | | 0 | 0.00030752510 |
ABI
ABI objects
Getter at block 21377967
daEndPrice() view returns (uint256)
500000000000000000
daPriceStep() view returns (uint256)
50000000000000000
daStartPrice() view returns (uint256)
1000000000000000000
daStartTime() view returns (uint256)
9999999999
daTimeStep() view returns (uint256)
300
genesisSupply() view returns (uint256)
200
getDutchAuctionPrice() view returns (uint256)
1000000000000000000
isPublicMintActive() view returns (bool)
false
isWhiteListActive() view returns (bool)
false
maxSupply() view returns (uint256)
600
mintPrice() view returns (uint256)
200000000000000000
name() view returns (string)
AAC Pass
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5edb942a0e4915c14b209145ed8f92aee80fa57e
symbol() view returns (string)
AAC Pass
totalSupply() view returns (uint256)
600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinitedAlpha(address addr) view returns (bool)
isMinitedGenesis(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
systemAddresses(uint256) view returns (address)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
dutchAuctionMint(bytes salt, bytes signature) payable
publicMint(bytes salt, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setDutchAuction(uint256 startTime)
setIsPublicMintActive(bool bl)
setIsWhiteListActive(bool bl)
setMintPrice(uint256 price)
setSystemAddress(address[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes salt, bytes signature) payable
withdraw(address addr)
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.
This contract contains no error objects.