Psycho Teddy
Verified contract
Active on
Ethereum with 5,407 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 "Psycho Teddy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046957 | 17 days ago | | | 0 | 0.00051642563 | |
| 20667282 | 2 months ago | | | 0 | 0.000063407242 | |
| 20255679 | 4 months ago | | | 0 | 0.000057139568 | |
| 19535644 | 7 months ago | | | 0 | 0.0014573706 | |
| 18907994 | 10 months ago | | | 0 | 0.00078181954 | |
| 18886006 | 10 months ago | | | 0 | 0.0011435219 | |
| 18850738 | a year ago | | | 0 | 0.00093576381 | |
| 18802143 | a year ago | | | 0 | 0.00075321908 | |
| 18565335 | a year ago | | | 0 | 0.0011975180 | |
| 17967830 | a year ago | | | 0 | 0.00060275796 |
ABI
ABI objects
Getter at block 21168888
MAX_ALLOWED() view returns (uint256)
20
MAX_PRESALE_ALLOWED() view returns (uint256)
2
MAX_SUPPlY() view returns (uint256)
8000
PRESALE_SUPPLY() view returns (uint256)
2000
name() view returns (string)
Psycho Teddy
owner() view returns (address)
0xfbb87cda8b0b00e16a0911defbde8563c89bc0cd
presaleOpen() view returns (bool)
true
price() view returns (uint256)
66600000000000000
saleOpen() view returns (bool)
false
symbol() view returns (string)
TEDDY
totalSupply() view returns (uint256)
4927
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address[] _recipients)
approve(address to, uint256 tokenId)
mintNFT(uint256 _count) payable
pausePreSale()
pauseSale()
presaleMintNFT(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpausePreSale()
unpauseSale()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTMinted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.