AEdge Adobots Generation One
Verified contract
Active on
Ethereum with 311 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 "AEdge Adobots Generation One"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079840 | 25 days ago | | | 0 | 0.00080536149 | |
| 21079837 | 25 days ago | | | 0 | 0.0011144190 | |
| 21034000 | a month ago | | | 0 | 0.00036626866 | |
| 19655913 | 7 months ago | | | 0 | 0.00052987226 | |
| 19655813 | 7 months ago | | | 0 | 0.00049839302 | |
| 19557689 | 8 months ago | | | 0 | 0.00084296771 | |
| 19384806 | 9 months ago | | | 0 | 0.0049999852 | |
| 19236384 | 9 months ago | | | 0 | 0.0015039766 | |
| 19082935 | 10 months ago | | | 0 | 0.0022561141 | |
| 19073273 | 10 months ago | | | 0 | 0.00043567406 |
ABI
ABI objects
Getter at block 21258944 getTokenHolders() view returns (address[])
ERC712_VERSION() view returns (string)
1
MINT_PRICE() view returns (uint256)
206000000000000000
ROYALTY_RECEIVER() view returns (address)
0xe37e7f684c38daca4628f2c418366ba43fe2525d
WHITELIST_PRICE() view returns (uint256)
155000000000000000
WITHDRAW_ADDRESS() view returns (address)
0xe37e7f684c38daca4628f2c418366ba43fe2525d
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x90c9a6466399296c4bbf915a8be7336b7a804bd172517f7cc5eaa57b6d0702c0
getMintSettings() view returns (struct AEdgeAdobotsGen1MintSettings)
(1024, 6, 206000000000000000, 155000000000000000, 231, 0x0d1d66b2b491b0d48628efc686a4a2f80e6e2d06d22b63a3568314a40014c9f5, true, false)
isMintingEnabled() view returns (bool)
true
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
1024
merkleRoot() view returns (bytes32)
0x0d1d66b2b491b0d48628efc686a4a2f80e6e2d06d22b63a3568314a40014c9f5
name() view returns (string)
AEdge Adobots Generation One
owner() view returns (address)
0xb36d436793f54303f49afa309a4793306aeb64ae
symbol() view returns (string)
AEdgeAdobotsGen1
totalSupply() view returns (uint256)
231
Read-only
balanceOf(address owner) view returns (uint256)
getAddressTokens(address addr) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) pure returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
closeMinting()
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
ownerMint(uint256 num, address to) returns (uint256)
payToMint(uint256 num) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxPerWallet(uint256 maxPerWalletValue)
setMerkleRoot(bytes32 newMerkleRoot)
setMintPrice(uint256 newMintPrice, uint256 newWhitelistPrice)
setMintingEnabled(bool mintingEnabledValue)
setNewMaxSupply(uint256 newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 num, bytes32[] merkleProof) payable returns (uint256)
withdrawAll() returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()