RiceDay
Verified contract
Active on
Ethereum with 5,289 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 "RiceDay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165508 | a month ago | | | 0 | 0.0016517736 | |
| 20836246 | 2 months ago | | | 0 | 0.0015697608 | |
| 19047327 | a year ago | | | 0 | 0.00086404866 | |
| 19023489 | a year ago | | | 0 | 0.00068612795 | |
| 18901951 | a year ago | | | 0 | 0.00074074246 | |
| 18802156 | a year ago | | | 0 | 0.00079164345 | |
| 17724744 | a year ago | | | 0 | 0.0010307659 | |
| 17627070 | a year ago | | | 0 | 0.0024709041 | |
| 17416650 | 2 years ago | | | 0 | 0.0015167301 | |
| 17010171 | 2 years ago | | | 0 | 0.00055542040 |
ABI
ABI objects
Getter at block 21377865
COMMUNITYLEAD_ADDRESS() view returns (address)
0x5774883c9ddab26954d0d2cabea2f97dbee7cc1a
DEVELOPMENT_FUND_ADDRESS() view returns (address)
0x202e68e759282eaed7673db6e24889cf1b6f85b7
FOUNDER_ADDRESS_1() view returns (address)
0x4d343925df00700c4838112f22eba49a0d4d07ae
FOUNDER_ADDRESS_2() view returns (address)
0x73248b42ab2cbb2008ae52fa7e14789ca40cb279
GENARTIST_ADDRESS() view returns (address)
0xc54003e08b17f127196eb3562bc2085bed3332d5
MAX_SUPPLY() view returns (uint256)
8866
OXY_ADDRESS() view returns (address)
0xc73ab340a7d523ec7b1b71fe3d3494f94283b4b1
RARITYARTIST_ADDRESS() view returns (address)
0xa1b636d2e7d1c53eba425e3e76b9bbecf4d5da56
TECHLEAD_ADDRESS() view returns (address)
0x19b260a039eda8b896f4c7463445fb94b4c86a85
name() view returns (string)
RiceDay
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa440f100f3182590f3c7f671929be3d47c0839b6
phase() view returns (uint8)
2
priceRiceDay() view returns (uint256)
0
symbol() view returns (string)
RICE
totalSupply() view returns (uint256)
8866
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)
State-modifying
Events approve(address to, uint256 tokenId)
changePhase(uint8 phase_)
devMint() payable
execChefMint(uint256 numberOfTokens, bytes signature) payable
prepChefMint(bytes signature) payable
publicSaleMint(uint256 numberOfTokens) payable
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)
setDevMint(address[] _addresses, uint8 amount)
setRiceDayPrice(uint256 newPrice)
setRiceDayReveal(uint8 reveal)
setSigners(address _prepChefSigner, address _execChefSigner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.