tiny lions
Verified contract
Active on
Ethereum with 1,358 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 "tiny lions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14646691 | 3 years ago | | | 0 | 0.00095947614 | |
| 14574212 | 3 years ago | | | 0 | 0.0020441968 | |
| 14573489 | 3 years ago | | | 0 | 0.0011087734 | |
| 14573200 | 3 years ago | | | 0 | 0.0011004125 | |
| 14573142 | 3 years ago | | | 0 | 0.0019037685 | |
| 14573063 | 3 years ago | | | 0.001 | 0.0012991376 | |
| 14573061 | 3 years ago | | | 0 | 0.0013721608 | |
| 14573061 | 3 years ago | | | 0 | 0.0014038000 | |
| 14573061 | 3 years ago | | | 0 | 0.0014038000 | |
| 14573051 | 3 years ago | | | 0 | 0.0016459147 |
ABI
ABI objects
Getter at block 21167475
FREE_MAX_SUPPLY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
2
MAX_PER_TX_FREE() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
2000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmYUVmo2e7ZuZoji2bZbhjzDvk5ameVzxvjEatAEf2D7y3/?
contractURI() view returns (string)
ipfs://QmYUVmo2e7ZuZoji2bZbhjzDvk5ameVzxvjEatAEf2D7y3
name() view returns (string)
tiny lions
owner() view returns (address)
0xf528e3c3b439d385b958741753a9ca518e952257
paused() view returns (bool)
false
price() view returns (uint256)
1000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
tl
totalSupply() view returns (uint256)
2000
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)
mint(uint256 _amount) 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)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setupOS()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()