Tweet DAO Eggs
Verified contract
Active on
Ethereum with 1,903 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 "Tweet DAO Eggs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096047 | a month ago | | | 0 | 0.00014833200 | |
| 21096045 | a month ago | | | 0 | 0.00014352680 | |
| 21096044 | a month ago | | | 0 | 0.00014883600 | |
| 21096043 | a month ago | | | 0 | 0.00014387480 | |
| 21096041 | a month ago | | | 0 | 0.00014387480 | |
| 21086536 | a month ago | | | 0 | 0.00075108767 | |
| 20933495 | 2 months ago | | | 0 | 0.00021324190 | |
| 20738065 | 3 months ago | | | 0 | 0.000059151683 | |
| 20732562 | 3 months ago | | | 0 | 0.00021378654 | |
| 20708794 | 3 months ago | | | 0 | 0.000034559766 |
ABI
ABI objects
Getter at block 21317520
MAX_PUBLIC_SUPPLY() view returns (uint256)
9950
baseUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUQLowzXxNqtGqCxq2YgAxo9R31ixS4AuGFVQMU96BX3V/
getPrice() view returns (uint256)
1000000000000000000
name() view returns (string)
Tweet DAO Eggs
owner() view returns (address)
0xc3a2c69c2238c8228f2c12b595dedf6116e7edfc
symbol() view returns (string)
TWEETDAO
totalSupply() view returns (uint256)
926
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
creatorMint()
mint() 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)
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.