87Ronin

Verified contract

Active on Ethereum with 307 txns
Deployed by via 0x1490c598 at 14659646
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $196.43
0x096bea17a505f317c51f2eef72dfbb492c7c745ff4caf84f5215bdb496b209cf
0x966dc74c9f2fea933913102a0b9babef326f284fbfca61779e6e5dbd3dd3e768
0x12f96fcdb92aadc59000e1e72d91f82ea685e71e173591d55814c0cda1b1f707
0x20685c1f14daa670119bdb96d184f841e881dec45a49f4c4fb69101fb83d9673
0xfe3ce82f7eb1d82c59b219e716438fa2d9d6cba823d9d3588223d4719e4d1945
0x966d371a60b200fa8f089c8946123bfa394d159c32821d02be4f37cf0898433f
0xfdf3946b6fef9a8b97b761bffafa5a484d0d613acd79e4b03af1ca117c30b6d7
0x6b44c0b2be9620de3d84a86eb7bcd9f0c777a0a23420390547dbe1916ba1cee3
0x2f0b041f1783718a4f199e873633bdfa8410d1cc1edf9b42f911de175dd04e3a
0x2585c432f803c472a0e4424cb950c86c2789e30dccc0f10b01b2544eb7089e07

Functions
Getter at block 20981718
goldSaleActive(view returns (bool)
false
marketingSupply(view returns (uint256)
100
maxPerAddressDuringMint(view returns (uint256)
3
maxSupply(view returns (uint256)
4700
name(view returns (string)
87Ronin
owner(view returns (address)
0x11033e2f34d0646c952bde072e7449b2aacc65bd
presaleActive(view returns (bool)
false
presalePrice(view returns (uint256)
60000000000000000
publicPrice(view returns (uint256)
75000000000000000
publicSaleActive(view returns (bool)
false
publicSupply(view returns (uint256)
4600
silverSaleActive(view returns (bool)
false
symbol(view returns (string)
87RONIN
totalSupply(view returns (uint256)
444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMarketingMints(address ownerview returns (uint256)
getTokenIds(address ownerview returns (uint256[])
getWalletStatus(address ownerview returns (uint8)
goldList(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
marketingList(addressview returns (uint256)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
presaleList(addressview returns (bool)
silverList(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantity
giftMint(address touint256 amount
goldMint(uint256 quantitypayable 
marketingMint(uint256 quantitypayable 
presaleMint(uint256 quantitypayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
seedGoldList(address[] addressesbool valid
seedMarketingMintList(address[] addressesuint256 quantity
seedPresaleList(address[] addressesbool valid
seedSilverList(address[] addressesbool valid
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setGoldSaleActive(bool _goldSaleActive
setPresaleActive(bool _presaleActive
setPresalePrice(uint256 _presalePrice
setPublicPrice(uint256 _publicPrice
setPublicSaleActive(bool _publicSaleActive
setSilverSaleActive(bool _silverSaleActive
silverMint(uint256 quantitypayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxSupply_uint256 marketingSupply_uint256 maxPerAddressDuringMint_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(