Yeah Tigers Eth
Verified contract
Active on
Ethereum with 162 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 "Yeah Tigers Eth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15432022 | 2 years ago | | | 0 | 0.00071812657 | |
| 15042450 | 2 years ago | | | 0 | 0.0026156083 | |
| 15007345 | 2 years ago | | | 0 | 0.0014762659 | |
| 15007340 | 2 years ago | | | 0 | 0.0014727450 | |
| 15007245 | 2 years ago | | | 0 | 0.0024823322 | |
| 15005749 | 2 years ago | | | 0 | 0.0040116154 | |
| 15004982 | 2 years ago | | | 0 | 0.0020696403 | |
| 15002143 | 2 years ago | | | 0 | 0.0025883724 | |
| 15001103 | 2 years ago | | | 0 | 0.0023274494 | |
| 15001095 | 2 years ago | | | 0 | 0.0015119181 |
ABI
ABI objects
Getter at block 21275107
baseURI() view returns (string)
https://bafybeia737e3bpzusnxxn36alotv2fwviezjm44e5rx4fnuvmpfgcfh3ha.ipfs.nftstorage.link/
checkPaused() view
()
cost() view returns (uint256)
3000000000000000
freeMintCount() view returns (uint256)
3000
getCost() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
mintLimit() view returns (uint256)
10
name() view returns (string)
Yeah Tigers Eth
owner() view returns (address)
0x9dfa3ec2dce970202670c663093011bc966b6b37
paused() view returns (uint8)
0
symbol() view returns (string)
YTE
totalSupply() view returns (uint256)
245
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIds(address msgSender) view returns (uint256[] _tokenIds)
isApprovedForAll(address owner, address operator) view returns (bool)
mintTokenIdsMap(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] mintAddresses)
approve(address to, uint256 tokenId)
mint() 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_)
setFreeMintCount(uint256 freeMintCount_)
setMintLimit(uint256 mintLimit_)
setPaused(uint8 paused_)
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 baseURI_, uint256 mintLimit_, uint256 freeMintCount_, uint256 cost_, uint256 maxSupply_, string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()