Generacci
Verified contract
Active on
Ethereum with 880 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 "Generacci"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17848026 | a year ago | | | 0 | 0.00033885711 | |
| 16676947 | 2 years ago | | | 0 | 0.0011404849 | |
| 16627785 | 2 years ago | | | 0 | 0.0024064826 | |
| 16627232 | 2 years ago | | | 0 | 0.00044472036 | |
| 16627184 | 2 years ago | | | 0 | 0.00070342093 | |
| 16627174 | 2 years ago | | | 0 | 0.00070962380 | |
| 16627148 | 2 years ago | | | 0 | 0.00090870646 | |
| 16627147 | 2 years ago | | | 0 | 0.00083423385 | |
| 16627142 | 2 years ago | | | 0 | 0.00065978580 | |
| 16627142 | 2 years ago | | | 0 | 0.00065978580 |
ABI
ABI objects
Getter at block 21216538
maxSupply() view returns (uint256)
800
name() view returns (string)
Generacci
owner() view returns (address)
0x570422cf46d019a4f806d4d93177b333db07af71
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
Generacci
totalSupply() view returns (uint256)
800
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setUri(string _uri)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()