Chicken DAO

Verified contract

Active on Ethereum with 1,975 txns
Deployed by via 0x04470e6e at 14289444
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Chicken DAO"

0xf8e9d296ff4f4af5a60f7798ecac75263960e26367eb642d38df3ba14fb2c262
0x3c6c844fdbe01d5c0e2fdf1f4e8874fac425e8755b074814d972103f1ef9c847
0x6f5fb8050a68b11522f4a39cfa504b00bbead01290e793aa01235327b8aaedeb
0x9fc767ea27b08e6c37b413d76ed8a7c565cff6ce2cdfb315a3c9e05cfe9c6916
0xc111aa1b574b47db7f3c07b9e2d7b3b02e9f766030ada8bd5376e3078a1afd9b
0xeefae64731304ce618dd519d5920896b1701a9ef869514a9a971ff215b19be16
0xaa07e7d06e97d2234bbdad7dfd945b57b54d3c7a5f9b1dc22ab1657437b49d65
0xdea9eed86a82481a70074f206a03713ccd26952d3d8162c4db0d3554493e60a0
0x854aa06f81514c0d262a14209fb1175c75c1b0b059431c8f34862b7717e4c542
0x760ed06cc12428e491560df8ef642dc2ca0930063214a73569122c644f2ca1a0

Functions
Getter at block 20924724
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EGGS_TOKEN(view returns (address)
0x1dd2b08e568af98a9b4156b165ac0d3d73939782
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
maxSupply(view returns (uint16)
7777
name(view returns (string)
Chicken DAO
paused(view returns (bool)
false
price(view returns (uint256)
128000000000000000
symbol(view returns (string)
CHICKENDAO
totalSupply(view returns (uint256)
165
Read-only
balanceOf(address ownerview returns (uint256)
canCollectEggs(uint256 idview returns (bool)
chickens(uint256view returns (string coloruint256 eggsPerDayuint256 eggsCollectedLastuint256 tokenId)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
buy(uint8 quantitypayable 
changePrice(uint256 _price
collectAll(
collectEggs(uint256 id
grantRole(bytes32 roleaddress account
mint(address to
pause(
payAccounts(payable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
unpause(
updateURI(string _newURI
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.