Fido Dido Genesis Cards
Verified contract
Active on
Ethereum with 926 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 "Fido Dido Genesis Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172267 | 3 days ago | | | 0 | 0.0013485844 | |
| 20661574 | 2 months ago | | | 0 | 0.00010945913 | |
| 20655487 | 2 months ago | | | 0 | 0.000049508313 | |
| 20262511 | 4 months ago | | | 0 | 0.00049079675 | |
| 20259340 | 4 months ago | | | 0 | 0.000050494240 | |
| 20161049 | 5 months ago | | | 0 | 0.00016741186 | |
| 20086784 | 5 months ago | | | 0 | 0.00030746926 | |
| 19974892 | 6 months ago | | | 0 | 0.00042365761 | |
| 19959420 | 6 months ago | | | 0 | 0.00039145748 | |
| 19904960 | 6 months ago | | | 0 | 0.000085205036 |
ABI
ABI objects
Getter at block 21195868
name() view returns (string)
Fido Dido Genesis Cards
owner() view returns (address)
0xef2a7352e1afcc2c97f2a2bb885f58469a921988
symbol() view returns (string)
FDGC
tokenURIPrefix() view returns (string)
https://metadata.fidodido.io/metadata/
totalSupply() view returns (uint256)
777
usingTokenIDAsSuffix() view returns (bool)
true
Read-only
authorizedLazyMinters(address) view returns (bool)
balanceOf(address) 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, uint256 finalAmount) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceID) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId) payable
mint(string _URI, uint256 _tokenID) returns (uint256)
safeTransferFrom(address _from, address _to, uint256 _tokenId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data) payable
setApprovalForAll(address _operator, bool _approved)
setAuthorizedLazyMinters(address minter, bool authorized)
setRoyaltyInfo(uint256, address receiver, uint256 percentkage)
setTokenURI(uint256 _tokenId, string _tokenURI)
setTokenURIPrefix(string prefix)
setUsingTokenIDAsSuffix(bool usingSuffix)
transferFrom(address _from, address _to, uint256 _tokenId) payable
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.