YellowDAO
Verified contract
Active on
Ethereum with 409 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 "YellowDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006167 | 2 months ago | | | 0 | 0.00019816360 | |
| 20902883 | 2 months ago | | | 0 | 0.00017251650 | |
| 20102360 | 6 months ago | | | 0 | 0.00013360179 | |
| 17924851 | a year ago | | | 0 | 0.0013472767 | |
| 17021075 | 2 years ago | | | 0 | 0.0012983245 | |
| 16682534 | 2 years ago | | | 0 | 0.0014423454 | |
| 16675005 | 2 years ago | | | 0 | 0.0017356218 | |
| 16278808 | 2 years ago | | | 0 | 0.00035938933 | |
| 15773663 | 2 years ago | | | 0 | 0.00083692108 | |
| 15560439 | 2 years ago | | | 0 | 0.00022822958 |
ABI
ABI objects
Getter at block 21379374
MAX_SUPPLY() view returns (uint256)
2000
PRICE() view returns (uint256)
10000000000000000
baseURI() view returns (string)
ipfs://QmQgoVj1wH3h38t18jhXmGKfyA7c7yeHMyHVH7G1cpiJYq/
name() view returns (string)
YellowDAO
owner() view returns (address)
0xa05f90167ccce43117768a8fb940f85ee2608cf3
status() view returns (uint8)
1
symbol() view returns (string)
Yellow
totalSupply() view returns (uint256)
352
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) 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)
buy() payable
claim(string salt, bytes token)
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)
setMaxSupply(uint256 supply)
setPrice(uint256 _price)
setSigner(address signer)
setStatus(uint8 _status)
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)
BaseURIChanged(string newBaseURI)
Minted(address minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 price)
SignerChanged(address signer)
StatusChanged(uint8 status)
SupplyChanged(uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, address signer, address recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.