MightyTeenDragons
Verified contract
Active on
Ethereum with 81 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 "MightyTeenDragons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17967364 | a year ago | | | 0 | 0.0034476801 | |
| 17829620 | a year ago | | | 0 | 0.0015933072 | |
| 17393080 | a year ago | | | 0 | 0.0067758139 | |
| 17391904 | a year ago | | | 0 | 0.0014979915 | |
| 17391904 | a year ago | | | 0 | 0.0020296352 | |
| 17378322 | a year ago | | | 0 | 0.0061442780 | |
| 17378263 | a year ago | | | 0 | 0.0015242961 | |
| 17234768 | 2 years ago | | | 0 | 0.012674729 | |
| 16622983 | 2 years ago | | | 0 | 0.0022308739 | |
| 16610501 | 2 years ago | | | 0 | 0.0021826258 |
ABI
ABI objects
Getter at block 21297314
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://mtdnfts.s3.eu-west-1.amazonaws.com/
fireAddress() view returns (address)
0xf9dc889f6586a29515b7e7f3be3520228bb6b133
fireCost() view returns (uint256)
1
maxSupply() view returns (uint256)
10000
mightyBabyDragonsAddress() view returns (address)
0x6fecaa110f74c8181e4a90285b1065be32596c9d
name() view returns (string)
MightyTeenDragons
owner() view returns (address)
0xc80779d884998ea318a18d48e3f34f67df4f21ba
paused() view returns (bool)
false
symbol() view returns (string)
MTD
totalSupply() view returns (uint256)
143
Read-only
babyDragonUsed(uint256) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256[] _babyDragons)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setFireAddress(address _fireAddress)
setFireCost(uint256 _newCost)
setMaxSupply(uint256 _newMaxSupply)
setMightyBabyDragonsAddress(address _mightybabyDragonsAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
TeenDragonMinted(address to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.