TinyPaws
Verified contract
Active on
Ethereum with 6,231 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 "TinyPaws"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230500 | 8 days ago | | | 0 | 0.0010047429 | |
| 20923358 | 2 months ago | | | 0 | 0.0010690324 | |
| 20910106 | 2 months ago | | | 0 | 0.00038442110 | |
| 20910088 | 2 months ago | | | 0 | 0.00045089621 | |
| 20626792 | 3 months ago | | | 0 | 0.000038872808 | |
| 20508464 | 4 months ago | | | 0 | 0.00013643580 | |
| 19930725 | 6 months ago | | | 0 | 0.00023786698 | |
| 19637465 | 8 months ago | | | 0 | 0.00055139383 | |
| 19602052 | 8 months ago | | | 0 | 0.00026229733 | |
| 19479286 | 8 months ago | | | 0 | 0.00069790677 |
ABI
ABI objects
Getter at block 21290609
EXCLUSIVE_TOKEN_ID_OFFSET() view returns (uint256)
10000
MAX_PREORDERS() view returns (uint256)
200
TOKEN_ID() view returns (uint256)
0
TRADE_TOKEN_ID_OFFSET() view returns (uint256)
8000
maxNFTPerMint() view returns (uint256)
10
maxSupply() view returns (uint256)
6000
mintPrice() view returns (uint256)
60000000000000000
owner() view returns (address)
0xea317557a810a56c30239d08851b362aadb6a0b5
preOrdersCount() view returns (uint256)
200
saleState() view returns (uint8)
2
totalSupply() view returns (uint256)
5341
tradeSupply() view returns (uint256)
335
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
preOrderPlans(uint256) view returns (uint256 price, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdrop(address[] accounts, uint256[] amounts)
claim(uint256 amount)
configure(uint256 _mintPrice, uint256 _maxNFTPerMint, uint8 _saleState, uint256 _maxSupply, uint256 _tradeSupply)
mint(uint256 amount) payable
mintExclusive(address account)
preOrder(uint256 plan) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
sendTokens(address[] accounts, uint256[] amounts)
setApprovalForAll(address operator, bool approved)
setMaxNFTPerMint(uint256 _maxNFTPerMint)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _mintPrice)
setSaleState(uint8 _saleState)
setTradeSupply(uint256 _tradeSupply)
setURI(string uri)
trade(uint256[] tokens)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.