Tanuki Frens
Verified contract
Active on
Ethereum with 877 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 "Tanuki Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18755343 | a year ago | | | 0 | 0.0013877670 | |
| 16705545 | 2 years ago | | | 0 | 0.0014326938 | |
| 16500269 | 2 years ago | | | 0 | 0.00054638174 | |
| 16165468 | 2 years ago | | | 0 | 0.00067745136 | |
| 15894224 | 2 years ago | | | 0 | 0.00080536632 | |
| 15537345 | 2 years ago | | | 0 | 0.00026198914 | |
| 15383898 | 2 years ago | | | 0 | 0.00031643521 | |
| 15092002 | 2 years ago | | | 0 | 0.0016520439 | |
| 14916649 | 2 years ago | | | 0 | 0.00075901495 | |
| 14800319 | 2 years ago | | | 0 | 0.0019948390 |
ABI
ABI objects
Getter at block 21163390
baseExtension() view returns (string)
.json
currentPrice() view returns (uint256)
10000000000000000
getCurrentId() view returns (uint256)
2620
maxFreeTanukiFrens() view returns (uint256)
2500
name() view returns (string)
Tanuki Frens
owner() view returns (address)
0x77aaa8d9ca52185474fdec65c5b69ea1d227dc56
paused() view returns (bool)
false
preRevealURI() view returns (string)
revealed() view returns (bool)
true
symbol() view returns (string)
TF
totalSupply() view returns (uint256)
2620
totalTanukiFrens() view returns (uint256)
5555
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)
State-modifying
Events approve(address to, uint256 tokenId)
freeTanukiFren(uint256 mintAmount)
mint(uint256 mintAmount) payable
ownerMint(uint256 mintAmount)
pause(bool val)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxFreeTanukiFrens(uint256 _maxFreeTanukiFrens)
setPrice(uint256 _newPrice)
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.