TIRO - Time Is Running Out
Verified contract
Active on
Ethereum with 676 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 "TIRO - Time Is Running Out"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20659889 | 3 months ago | | | 0 | 0.000046750590 | |
| 16892224 | 2 years ago | | | 0 | 0.00073867486 | |
| 16748101 | 2 years ago | | | 0 | 0.0010107772 | |
| 16519159 | 2 years ago | | | 0 | 0.00067157019 | |
| 16307179 | 2 years ago | | | 0 | 0.00068944242 | |
| 16307165 | 2 years ago | | | 0 | 0.00076622415 | |
| 16307044 | 2 years ago | | | 0 | 0.0012835881 | |
| 16307043 | 2 years ago | | | 0 | 0.00099315657 | |
| 16307041 | 2 years ago | | | 0 | 0.0012267512 | |
| 16307038 | 2 years ago | | | 0 | 0.0014890514 |
ABI
ABI objects
Getter at block 21218948
GOLD_MINT_PASS_MAX() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
1111
baseURI() view returns (string)
https://apricot-payable-rooster-131.mypinata.cloud/ipfs/QmSgK6fUQt5JaRH6A7xsBuCcsYAoUAdbTvB1JEfWsHSRon/
isMintPassActive() view returns (bool)
false
isSalesActive() view returns (bool)
true
isWLActive() view returns (bool)
false
maxMintQuantity() view returns (uint256)
3
name() view returns (string)
TIRO - Time Is Running Out
owner() view returns (address)
0xa8acc21b4167be1f6f018ae9a6fca59b22c57d4a
price() view returns (uint256)
0
symbol() view returns (string)
TIRO
totalSupply() view returns (uint256)
1111
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
usedMintPassByTokenId(uint256 tokenId) view returns (address)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
give_wlAccess(address[] addresses)
mint(uint256 quantity, uint256[] mintPassTokenIds) payable
mintUnclaimed(address to, uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri)
snapshotMintPassHolders(address[] addresses)
toggleSales(bool mintpass, bool wl, bool sales, uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.