TaurosDAO
Verified contract
Active on
Ethereum with 290 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 "TaurosDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17272641 | 2 years ago | | | 0 | 0.0016990728 | |
| 16367193 | 2 years ago | | | 0 | 0.00069989453 | |
| 15867294 | 2 years ago | | | 0 | 0.00029045218 | |
| 15848779 | 2 years ago | | | 0 | 0.00041106043 | |
| 15838017 | 2 years ago | | | 0 | 0.0010441051 | |
| 15197069 | 2 years ago | | | 0 | 0.0010252785 | |
| 15162606 | 2 years ago | | | 0 | 0.0036990125 | |
| 15137501 | 2 years ago | | | 0 | 0.0019060205 | |
| 15101582 | 2 years ago | | | 0 | 0.00057147838 | |
| 15063531 | 2 years ago | | | 0.05 | 0.0024639960 |
ABI
ABI objects
Getter at block 21260290
MAX_PER_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
7110
PRICE() view returns (uint256)
50000000000000000
baseTokenURI() view returns (string)
ipfs://QmNRg6Qjf6HdVMjy5dgDNwChrFNxcNjUAqvxtcyV4RBY14/
name() view returns (string)
TaurosDAO
owner() view returns (address)
0x0db94bac7c91387721ea14a4e35923aa0d5e3ba6
symbol() view returns (string)
TAUROS
totalSupply() view returns (uint256)
280
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintNFTs(uint256 _count) payable
renounceOwnership()
reserveNFTs()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.