Teddygang
Verified contract
Active on
Ethereum with 368 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 "Teddygang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16201113 | 2 years ago | | | 0 | 0.00064130725 | |
| 15847008 | 2 years ago | | | 0 | 0.00075361921 | |
| 15836334 | 2 years ago | | | 0 | 0.00055508304 | |
| 15815022 | 2 years ago | | | 0 | 0.0012415625 | |
| 15786314 | 2 years ago | | | 0 | 0.00092075694 | |
| 15765096 | 2 years ago | | | 0 | 0.0011638153 | |
| 15765090 | 2 years ago | | | 0 | 0.00095416093 | |
| 15669237 | 2 years ago | | | 0 | 0.0029047199 | |
| 15592603 | 2 years ago | | | 0 | 0.00058138564 | |
| 15578475 | 2 years ago | | | 0 | 0.00081688017 |
ABI
ABI objects
Getter at block 21202431
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeifpmwibhp3uxfuo2gtim5dzd426rhdevfys7mphjfypjlc73cruta/
maxMints() view returns (uint256)
15
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x775d9409b89a11067bc5e1225f42cc76477046e0be6f536edf56de83c51ffe59
mintRate() view returns (uint256)
50000000000000000
name() view returns (string)
Teddygang
normalSale() view returns (bool)
true
notRevealedUri() view returns (string)
ipfs://bafybeifvdrgqhkg4kcnuibpvdugedtd43whqsi5djkohfzzp5advqf4bga
owner() view returns (address)
0xc0db2db7199691bbff057a3c076c2933676fc41c
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TDYG
totalSupply() view returns (uint256)
228
whitelistMintRate() view returns (uint256)
50000000000000000
whitelistSale() view returns (bool)
true
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)
usedAddresses(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchRelease() payable
mint(uint256 quantity) payable
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)
setMaxMints(uint256 _newMaxMints)
setMaxSupply(uint256 _newSupply)
setMerkleRoot(bytes32 _root)
setMintRate(uint256 _mintRate)
setNotRevealedURI(string _newURI)
setWhitelistMintRate(uint256 _mintRate)
toggleReveal()
toggleSale()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistBuy(uint256 quantity, bytes32[] proof) 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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceededLimit()
InvalidMerkle()
MintToZeroAddress()
MintZeroQuantity()
NormalSaleNotActive()
NotEnoughTokensLeft()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
WhitelistNotActive()
WhitelistUsed()
WrongEther()