3gmAIBanners
Verified contract
Active on
Ethereum with 4,704 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbb52…12b1
Balances ($0.00)
No balances found for "3gmAIBanners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21036398 | 17 days ago | | | 0 | 0.00059492838 | |
| 20262825 | 4 months ago | | | 0 | 0.00030556406 | |
| 20148177 | 5 months ago | | | 0 | 0.00018768410 | |
| 20039906 | 5 months ago | | | 0 | 0.00071455660 | |
| 19917718 | 6 months ago | | | 0 | 0.00039971913 | |
| 19838110 | 6 months ago | | | 0 | 0.000090565610 | |
| 19838008 | 6 months ago | | | 0 | 0.00024848895 | |
| 19674650 | 7 months ago | | | 0 | 0.00028931043 | |
| 19369445 | 8 months ago | | | 0 | 0.0032692899 | |
| 19235129 | 9 months ago | | | 0 | 0.0031215899 |
ABI
ABI objects
Getter at block 21161047
MAX_SUPPLY() view returns (uint256)
5000
baseURI() view returns (string)
https://3gm.mypinata.cloud/ipfs/QmVtM5s33T4yvks8GTydeoWfNgsXeqBVjfaoM777acZMVG/
claimPaused() view returns (bool)
false
contractURI() view returns (string)
https://3gm.mypinata.cloud/ipfs/QmaD9sdhZQRHfSK9W7yLAC6AhAbrDaMMoFhaoPReGVdyaQ
name() view returns (string)
3gmAIBanners
owner() view returns (address)
0x307890ce363fdb31f83ac7d9bb06d1c64bcc793e
price() view returns (uint256)
5000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicPaused() view returns (bool)
true
symbol() view returns (string)
3GMAIB
totalSupply() view returns (uint256)
5000
txLimit() view returns (uint256)
2
walletLimit() view returns (uint256)
10
whitelistMerkle() view returns (bytes32)
0x5647890ebde5e8e3382a9195c887f236fe35facb5de9e2fb5047cdc381599f6a
whitelistPaused() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
claimedGenesis(uint256) view returns (bool)
claimedWhitelist(address) 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)
walletMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimFromGenesis(uint256[] _tokenIds) payable
mint(uint256 _amountToMint) 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 baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
setTxLimit(uint256 _limit)
setWalletLimit(uint256 _limit)
setWhitelistMerkle(bytes32 _merkle)
teamMint(address _to, uint256[] _tokenIds)
toggleClaim()
togglePublic()
toggleWhitelist()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist(uint256 _amountToMint, uint256 _maxAmount, bytes32[] _merkleProof) 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.
This contract contains no error objects.