twittgang
Verified contract
Active on
Ethereum with 2,377 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.31)
Native
Value
$0.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,103.65 |
$0.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199056 | 2 days ago | | | 0 | 0.00048421122 | |
| 20228938 | 4 months ago | | | 0 | 0.00017423058 | |
| 19058577 | 10 months ago | | | 0 | 0.00054048517 | |
| 18253833 | a year ago | | | 0 | 0.00013952065 | |
| 17260025 | 2 years ago | | | 0 | 0.0019875030 | |
| 16873903 | 2 years ago | | | 0 | 0.00027627372 | |
| 16847116 | 2 years ago | | | 0 | 0.0010454516 | |
| 16752462 | 2 years ago | | | 0 | 0.00081354327 | |
| 16729440 | 2 years ago | | | 0 | 0.0036828530 | |
| 16729323 | 2 years ago | | | 0 | 0.0018016545 |
ABI
ABI objects
Getter at block 21212430
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
10
maxMintAmountPerWallet() view returns (uint256)
15
maxSupply() view returns (uint256)
10000
name() view returns (string)
twittgang
owner() view returns (address)
0x7d2d5c25a55e94b3e574f0f37d783b4d9d1c6c78
paused() view returns (bool)
false
symbol() view returns (string)
tg
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://Qmah47Sqk3yoTeLYWrKigA6ASevt5AEzdLJmsV7yf3Kyxt/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.