Teddies
Verified contract
Active on
Ethereum with 12,202 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 "Teddies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234685 | 10 days ago | | | 0 | 0.00026637592 | |
| 21191266 | 16 days ago | | | 0 | 0.0010090616 | |
| 21146910 | 22 days ago | | | 0 | 0.00035416931 | |
| 21106315 | a month ago | | | 0 | 0.00010607207 | |
| 21104644 | a month ago | | | 0 | 0.000085709731 | |
| 20876658 | 2 months ago | | | 0 | 0.00027905514 | |
| 20869298 | 2 months ago | | | 0 | 0.00038401477 | |
| 20604098 | 3 months ago | | | 0 | 0.000021903836 | |
| 20257893 | 5 months ago | | | 0 | 0.00010537225 | |
| 20188634 | 5 months ago | | | 0 | 0.00020263843 |
ABI
ABI objects
Getter at block 21303025
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmPgPYF95x7asTA5mUQP6Kw1hnvs187n4MCjJFMajF14w2/teddies_hidden.json
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
10000
name() view returns (string)
Teddies
owner() view returns (address)
0xef9a658f39ea41daf40acb9065b8b99d3c48915f
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TED
totalSupply() view returns (uint256)
10000
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)
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 airdropTeddies(address[] _users, uint256[] _mintAmounts)
approve(address to, uint256 tokenId)
mintTeddies(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)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(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 _uriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()