ThreeGMBot
Verified contract
Active on
Ethereum with 4,375 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 "ThreeGMBot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206763 | 18 hours ago | | | 0 | 0.00041108550 | |
| 21206434 | 19 hours ago | | | 0 | 0.00047338265 | |
| 21146518 | 9 days ago | | | 0 | 0.00046388306 | |
| 21112970 | 14 days ago | | | 0 | 0.00023430938 | |
| 21101279 | 15 days ago | | | 0 | 0.00046293361 | |
| 21026812 | a month ago | | | 0 | 0.00031657160 | |
| 21012534 | a month ago | | | 0 | 0.00023978471 | |
| 21008252 | a month ago | | | 0 | 0.00068467679 | |
| 20878862 | 2 months ago | | | 0 | 0.00069163382 | |
| 20866588 | 2 months ago | | | 0 | 0.00033748189 |
ABI
ABI objects
Getter at block 21212069
MAX_SUPPLY() view returns (uint256)
1000
baseURI() view returns (string)
ipfs://QmURMPMMWo1V1Xeb4nrdDEqxPkXsdYpyL3sL9qmAjeK87u/
contractURI() view returns (string)
name() view returns (string)
ThreeGMBot
owner() view returns (address)
0x307890ce363fdb31f83ac7d9bb06d1c64bcc793e
price() view returns (uint256)
100000000000000000
publicPaused() view returns (bool)
false
symbol() view returns (string)
3GMBOT
totalSupply() view returns (uint256)
1000
txLimit() view returns (uint256)
1
walletLimit() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
bannedMarketplaces(address) view returns (bool)
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)
badboy(address _from, uint256 _tokenId)
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)
setBannedMarketplace(address _marketplace, bool _banned)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
setTxLimit(uint256 _limit)
setWalletLimit(uint256 _limit)
teamMint(address _to, uint256 _amount)
togglePublic()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.