SecretEmanueleFerrari
Verified contract
Active on
Ethereum with 2,642 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 "SecretEmanueleFerrari"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20918043 | 2 months ago | | | 0 | 0.00050682539 | |
| 20563353 | 3 months ago | | | 0 | 0.00015618290 | |
| 20360701 | 4 months ago | | | 0 | 0.00014973792 | |
| 20358170 | 4 months ago | | | 0 | 0.00024227366 | |
| 20354369 | 4 months ago | | | 0 | 0.000096855220 | |
| 20130167 | 5 months ago | | | 0 | 0.00030141298 | |
| 20130165 | 5 months ago | | | 0 | 0.00034198992 | |
| 20130163 | 5 months ago | | | 0 | 0.00033615232 | |
| 20130160 | 5 months ago | | | 0 | 0.00046633756 | |
| 19898887 | 6 months ago | | | 0 | 0.00014875549 |
ABI
ABI objects
Getter at block 21281873
closed() view returns (bool)
true
cost() view returns (uint256)
69000000000000000
maxSupply() view returns (uint256)
1369
name() view returns (string)
SecretEmanueleFerrari
owner() view returns (address)
0x132df84e9ea2f4cca42976b4ce1a8e814e5cb809
paused() view returns (bool)
true
symbol() view returns (string)
SECRET
totalSupply() view returns (uint256)
1369
uriPrefix() view returns (string)
ipfs://QmZBqi3da1SGYvHnoFs5vaseoinYyCAcAdV8XPQ3R1Q6SV/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address) view returns (uint256)
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)
closeEdition()
mintForAddress(uint256 _mintAmount, address _receiver)
mintPublic(uint256 _mintAmount) payable
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)
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(string _tokenName, string _tokenSymbol, uint256 _cost, string _unrevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()