Tie Dye Ninjas
Verified contract
Active on
Ethereum with 8,738 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 "Tie Dye Ninjas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098910 | 16 days ago | | | 0 | 0.00010158158 | |
| 20919143 | a month ago | | | 0 | 0.00034953544 | |
| 20666423 | 3 months ago | | | 0 | 0.000046172000 | |
| 20520642 | 3 months ago | | | 0 | 0.00013479720 | |
| 20520620 | 3 months ago | | | 0 | 0.00012399543 | |
| 20351483 | 4 months ago | | | 0 | 0.00012693139 | |
| 20337047 | 4 months ago | | | 0 | 0.00060311879 | |
| 20337001 | 4 months ago | | | 0 | 0.00028714259 | |
| 20296473 | 4 months ago | | | 0 | 0.000032057580 | |
| 20149856 | 5 months ago | | | 0 | 0.000048880556 |
ABI
ABI objects
Getter at block 21215154
contractURI() view returns (string)
ipfs://QmQdtsA1E7zdWQBeAnaJMYwkfAn7vw8ouQh39trxTvrPna
instantRevealActive() view returns (bool)
true
isMintingActive() view returns (bool)
false
maxFreeNFTperID() view returns (uint256)
1
name() view returns (string)
Tie Dye Ninjas
owner() view returns (address)
0x5e97bf38a80e386718e85019b7e0dcecae3f505f
pricePerNFT() view returns (uint256)
70000000000000000
rewardEndingTime() view returns (uint256)
0
symbol() view returns (string)
TDN
tokenIndex() view returns (uint256)
7777
totalSupply() view returns (uint256)
7777
totalTokensToMint() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
claimedPerID(uint256) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) 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)
tokensOfOwner(address _owner, uint256 _start, uint256 _limit) view returns (uint256[])
State-modifying
Events adminMint(uint256 amount)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(uint256 amount) payable
customThing(uint256 nftID, uint256 id, string what) payable
getReward(uint256 _nftID)
lowerTotalSupply(uint256 _newTotalSupply)
reclaimERC20(address erc20Token)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newuri)
setRewardEndingTime(uint256 _newTime)
startInstantReveal()
startMinting()
stopInstantReveal()
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEarnings()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CustomThing(uint256 nftID, uint256 value, uint256 actionID, string payload)
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.