Naughty Tigers Costume Club
Verified contract
Active on
Ethereum with 4,978 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Naughty Tigers Costume Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268914 | 2 days ago | | | 0 | 0.00034539151 | |
| 21117505 | 24 days ago | | | 0 | 0.00042837395 | |
| 20884717 | 2 months ago | | | 0 | 0.00050897144 | |
| 20864331 | 2 months ago | | | 0 | 0.0025032890 | |
| 20864329 | 2 months ago | | | 0 | 0.0031863149 | |
| 20656510 | 3 months ago | | | 0 | 0.000061733216 | |
| 20614625 | 3 months ago | | | 0 | 0.000083905976 | |
| 20566394 | 3 months ago | | | 0 | 0.000036000930 | |
| 20489793 | 4 months ago | | | 0 | 0.00055285867 | |
| 20414979 | 4 months ago | | | 0 | 0.00012110998 |
ABI
ABI objects
Getter at block 21286420
adminFeeRatio() view returns (uint256)
0
allFrozen() view returns (bool)
false
baseTokenURI() view returns (string)
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZvjnMKNyMACsxTTkFGh3MHvPAgU5v26G6YqBJ8ZdEP37/
maxTigerPurchase() view returns (uint256)
50
maxTigers() view returns (uint256)
10000
name() view returns (string)
Naughty Tigers Costume Club
owner() view returns (address)
0x3f37c5456e30e923e4690ce3831c2260dace4f2a
reserveAmount() view returns (uint256)
40
reserved() view returns (bool)
false
saleIsActive() view returns (bool)
false
symbol() view returns (string)
NTCC
tigerPrice() view returns (uint256)
50000000000000000
totalSupply() view returns (uint256)
10000
Read-only
admins(address) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
disableAdmin(address _addr)
enableAdmin(address _addr)
flipSaleState()
freeze(uint256 tokenId)
freezeAll()
mintTigers(uint256 numberOfTokens) payable
renounceOwnership()
reserveTigers(address receipt)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminFeeRatio(uint256 _feeRatio)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMaxPurchase(uint256 _value)
setMaxTokenAmount(uint256 _value)
setPrice(uint256 _price)
setReserveAmount(uint256 _reserveAmount)
setTokenURI(uint256 tokenId, string _tokenURI)
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)
MaxPurchaseChanged(uint256 value)
MaxTokenAmountChanged(uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
RolledOver(bool status)
TigerPriceChanged(uint256 price)
TigersReserved()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.