Alpha Gang Generative
Verified contract
Active on
Ethereum with 4,535 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.33)
Native
Value
$5.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001556 | $3,427.31 |
$5.33 | |
AGG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105574 | 24 days ago | | | 0 | 0.000057978321 | |
| 20997353 | a month ago | | | 0 | 0.00021576270 | |
| 20481961 | 4 months ago | | | 0 | 0.000093638036 | |
| 20207203 | 5 months ago | | | 0 | 0.00010000523 | |
| 20146506 | 5 months ago | | | 0 | 0.00011553944 | |
| 20146504 | 5 months ago | | | 0 | 0.00017124361 | |
| 20146502 | 5 months ago | | | 0 | 0.00021603455 | |
| 19703627 | 7 months ago | | | 0 | 0.00017733836 | |
| 19567459 | 8 months ago | | | 0 | 0.00067829934 | |
| 19531885 | 8 months ago | | | 0 | 0.0012085379 |
ABI
ABI objects
Getter at block 21277619
PRICE() view returns (uint256)
69000000000000000
PRICE_WHALE() view returns (uint256)
49000000000000000
SUPPLY() view returns (uint256)
5555
baseURI() view returns (string)
ipfs://QmUhCFAFC7CSrS4iLpTojEZuqua7Jf6jv2EXHrmfYrFNHK/
maxSupply() view returns (uint256)
3277
mintPhase() view returns (uint8)
0
name() view returns (string)
Alpha Gang Generative
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
29000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
AGG
totalSupply() view returns (uint256)
3334
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintActive(uint8 mintType) view returns (bool active)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintForAddress(uint256 _mintAmount, address _receiver)
mintPublic(bool _stake) payable
mintWaitList(bytes32[] _merkleProof, bool _stake) payable
mintWhiteListI(bytes32[] _merkleProof, bool _stake) payable
mintWhiteListII(bytes32[] _merkleProof, bool _stake) payable
ogMint(uint256 _mintAmount, uint256 _stakeCount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAGStake(address _agStake)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setMerkle(uint256 _saleId, bytes32 _merkleRoot)
setPrice(uint256 _price)
setRevealed()
setSale(uint8 _state)
setWallets(address _wallet, bool _payWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _initBaseURI, bytes32 _wlMRI, bytes32 _wlMRII, bytes32 _w8lMR)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()