Fable Dragons by Tyrant
Verified contract
Active on
Ethereum with 1,153 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 "Fable Dragons by Tyrant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256657 | 17 days ago | | | 0 | 0.00035033074 | |
| 21172959 | a month ago | | | 0 | 0.0029043176 | |
| 21105813 | a month ago | | | 0 | 0.00019585508 | |
| 20667678 | 3 months ago | | | 0 | 0.000058754973 | |
| 20594247 | 4 months ago | | | 0 | 0.00012021564 | |
| 20493965 | 4 months ago | | | 0 | 0.000069052320 | |
| 20377086 | 5 months ago | | | 0 | 0.00055570110 | |
| 20261599 | 5 months ago | | | 0 | 0.00012511495 | |
| 20215598 | 5 months ago | | | 0 | 0.00019085752 | |
| 20168216 | 6 months ago | | | 0 | 0.00018795284 |
ABI
ABI objects
Getter at block 21381011
PRICE() view returns (uint256)
55000000000000000
TYRANT_SUPPLY() view returns (uint256)
750
isSaleActive() view returns (bool)
false
name() view returns (string)
Fable Dragons by Tyrant
owner() view returns (address)
0x5a9a9fe226f9eae525d7dcb93371be5bce6e8d48
symbol() view returns (string)
FABLE
totalSupply() view returns (uint256)
750
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)
mint(uint16 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetaBaseURI(string baseURI)
setSaleActive(bool active)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.