Savage Nation

Verified contract

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

No balances found for "Savage Nation"

0x92909fc0092e7381b05b37644a180a48772c26115baf4a44beb8e9a5900a6975
0xe88dcf2bdd84d25d3565e0239478517f354783463be2b61ac659b1cf01bdc555
0xa6ea0a853308d6c27badcb66e8e7b8fb53c16fa1e0f31556a8f19518da46667b
0xdc6b7a3a06477bd3e3bd6ca4162239ee604344e7baea5df2aca005c5d1ab1c33
0x43c2843836c4bdae1f645bfc5bba4f7ca50f7a0f304c385a3a011fc04e3b670a
0x315888e748d75887c0cbae9014d0a4476e05a9b54292719f6f3e80e0bea1212f
0xee13b42ac393b320613fda113263a74d8a53c0134813810540e91896b9f960c5
0x7a096a4c3a93d5589ca2464d72fa4791cc1b8255afe85c91cf600bb41608bb46
0x07fe0d85fc340d9c2010d05e9b63ec97137ede87ce21440cbcd2c577223915e8
0x6e679cb4664fbadce3aea7ac000b12436ee0d8fd5abe269185d74fa97acd2d72

Functions
Getter at block 20907350
maxPerPublic(view returns (uint256)
20
maxPerWhitelist(view returns (uint256)
3
maxSupply(view returns (uint256)
7777
name(view returns (string)
Savage Nation
owner(view returns (address)
0x01228f8ba53f0d94891c056d6651bf76bfcf8663
publicPrice(view returns (uint256)
19000000000000000
saleState(view returns (uint8)
2
supplyMinted(view returns (uint256)
7777
symbol(view returns (string)
Savage Nation
totalSupply(view returns (uint256)
7777
whitelistPrice(view returns (uint256)
14000000000000000
Read-only
balanceOf(address tokenOwner_view returns (uint256)
checkWhitelistAllowance(address account_bytes32[] proof_uint256 alloted_view returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(address tokenOwner_address operator_view returns (bool)
mintedPerWallet(addressview returns (uint256)
ownerOf(uint256 tokenId_view returns (address)
supportsInterface(bytes4 interfaceId_view returns (bool)
tokenByIndex(uint256 index_view returns (uint256)
tokenOfOwnerByIndex(address tokenOwner_uint256 index_view returns (uint256 tokenId)
tokenURI(uint256 tokenId_view returns (string)
State-modifying
airdrop(uint256 qty_address to_payable 
approve(address to_uint256 tokenId_
mintPublic(uint256 qty_payable 
mintWhitelist(bytes32[] proof_uint256 qty_payable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operator_bool approved_
setBaseURI(string baseURI_
setMaxSupply(uint256 supply_
setMintsPerPublic(uint256 mints_
setMintsPerWhitelist(uint256 mints_
setPublicPrice(uint256 price_
setSaleState(uint8 sale_
setWhitelistPrice(uint256 price_
setWhitelistRoot(bytes32 root_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner_
withdraw(address to_uint256 amount_
Events
Approval(address indexed owner_address indexed approved_uint256 indexed tokenId_
ApprovalForAll(address indexed owner_address indexed operator_bool approved_
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed from_address indexed to_uint256 indexed tokenId_
Constructor
constructor(string name_string symbol_string baseURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
IERC173_NOT_OWNER(address operator
IERC721Enumerable_INDEX_OUT_OF_BOUNDS(uint256 index
IERC721Enumerable_OWNER_INDEX_OUT_OF_BOUNDS(address tokenOwneruint256 index
IERC721_CALLER_NOT_APPROVED(address tokenOwneraddress operatoruint256 tokenId
IERC721_INVALID_APPROVAL(address operator
IERC721_INVALID_TRANSFER(
IERC721_INVALID_TRANSFER_FROM(address tokenOwneraddress fromuint256 tokenId
IERC721_NONEXISTANT_TOKEN(uint256 tokenId
IERC721_NON_ERC721_RECEIVER(address receiver
OperatorNotAllowed(address operator
Whitelist_CONSUMED(address account
Whitelist_FORBIDDEN(address account
Whitelist_NOT_SET(