Rotten Riot
Verified contract
Proxy
Active on
Ethereum with 156 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Rotten Riot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20960367 | a month ago | | | 0 | 0.00034278279 | |
| 18598699 | a year ago | | | 0 | 0.00086023126 | |
| 18398229 | a year ago | | | 0 | 0.00040898281 | |
| 18043891 | a year ago | | | 0 | 0.0011494591 | |
| 17941299 | a year ago | | | 0 | 0.00059992042 | |
| 17776551 | a year ago | | | 0 | 0.00092255454 | |
| 17776472 | a year ago | | | 0 | 0.00092380599 | |
| 17695460 | a year ago | | | 0 | 0.00089971774 | |
| 17695378 | a year ago | | | 0 | 0.0010676880 | |
| 17683923 | a year ago | | | 0 | 0.00077752591 |
ABI
ABI objects
Getter at block 21219407 contractURI() view returns (string)
maxMintCountPerAddress() view returns (uint256)
4
maxSupply() view returns (uint256)
444
mintCost() view returns (uint256)
0
name() view returns (string)
Rotten Riot
owner() view returns (address)
0x3f0c8468b810b50e47d3f9e837a36956c8565b3b
paused() view returns (bool)
false
royaltyBasePoints() view returns (uint256)
400
symbol() view returns (string)
Riot
totalSupply() view returns (uint256)
444
Read-only
balanceOf(address owner) view returns (uint256)
char(bytes1 b) pure returns (bytes1 c)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCountPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
toAsciiString(address x) pure returns (string)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airDrop(address[] _receipients, uint256 amount)
approve(address to, uint256 tokenId)
initialize(string _name, string _symbol, string _baseURI_, address _owner, uint256 _mintCost, uint256 _maxSupply, uint256 _maxMintCountPerAddress, uint256 _royaltyBasePoints, address _signerAddress)
mint(uint256 _mintAmount) payable
mintWhitelist(uint256 _mintAmount, uint256 _mintCost, bytes signature) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintCost(uint256 _mintCost)
setRoyaltyBasePoints(uint256 _royaltyBasePoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.