TinyGirls
Verified contract
Active on
Ethereum with 523 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- | |
TG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292999 | 15 days ago | | | 0 | 0.00028297180 | |
| 21292996 | 15 days ago | | | 0 | 0.00027888075 | |
| 17120713 | 2 years ago | | | 0 | 0.00081351267 | |
| 17054048 | 2 years ago | | | 0 | 0.0011933924 | |
| 16533789 | 2 years ago | | | 0 | 0.00066196290 | |
| 16506621 | 2 years ago | | | 0 | 0.00070948653 | |
| 16440292 | 2 years ago | | | 0 | 0.00036462976 | |
| 16362747 | 2 years ago | | | 0 | 0.00096035668 | |
| 16277688 | 2 years ago | | | 0 | 0.00071486804 | |
| 16249373 | 2 years ago | | | 0 | 0.00045313821 |
ABI
ABI objects
Getter at block 21396944
baseTokenURI() view returns (string)
ipfs://QmTkA2ue7mqfe7zYSNE4BYoanm6bcSM5WHz2S5LDuvjxbz/
getLzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
name() view returns (string)
TinyGirls
oldContract() view returns (address)
0x5182a9ba9eacef7997056c247ea9b5e317224a16
owner() view returns (address)
0xa8e73f7801e9e54adb58f6c41b69254c39d9e504
symbol() view returns (string)
TG
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
estimateSendBatchFee(uint16 _dstChainId, uint256[] _tokenIds, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes, uint256, uint256, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint256) view returns (bytes32)
getConfig(uint16, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemote(uint16 _chainId) view returns (bytes)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events editRoyaltyFee(address user, uint256 bps)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
remint(uint256[] tokenIds)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
send(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParam) payable
sendBatch(uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, uint256[] _amounts, address _refundAddress, address _zroPaymentAddress, bytes _adapterParam) payable
sendBatchFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, uint256[] _amounts, address _refundAddress, address _zroPaymentAddress, bytes _adapterParam) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParam) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
setURI(string newURI)
transferOwnership(address newOwner)
withdraw(address user, uint256[] tokenIds)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveBatchFromChain(uint16 _srcChainId, address _toAddress, uint256[] _tokenIds, uint256[] _amounts, uint64 _nonce)
ReceiveFromChain(uint16 _srcChainId, address _toAddress, uint256 _tokenId, uint256 _amount, uint64 _nonce)
SendBatchToChain(address indexed _sender, uint16 indexed _dstChainId, bytes indexed _toAddress, uint256[] _tokenIds, uint256[] _amounts, uint64 _nonce)
SendToChain(address indexed _sender, uint16 indexed _dstChainId, bytes indexed _toAddress, uint256 _tokenId, uint256 _amount, uint64 _nonce)
SetTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _layerZeroEndpoint, address _oldContract, address royaltyAddress, uint256 royaltyPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.