Savage Nation
Verified contract
Active on
Ethereum with 18,387 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 "Savage Nation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271743 | 4 hours ago | | | 0 | 0.00047532187 | |
| 21271738 | 4 hours ago | | | 0 | 0.00081325348 | |
| 21256968 | 2 days ago | | | 0 | 0.00041425375 | |
| 21256931 | 2 days ago | | | 0 | 0.00039628048 | |
| 21253140 | 3 days ago | | | 0 | 0.00049269532 | |
| 21232332 | 6 days ago | | | 0 | 0.00047223101 | |
| 21213616 | 8 days ago | | | 0 | 0.00051463806 | |
| 21186154 | 12 days ago | | | 0 | 0.0014803027 | |
| 21183774 | 12 days ago | | | 0 | 0.00082348660 | |
| 21175062 | 14 days ago | | | 0 | 0.0010783882 |
ABI
ABI objects
Getter at block 21272957
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(uint256) view returns (address)
isApprovedForAll(address tokenOwner_, address operator_) view returns (bool)
mintedPerWallet(address) view 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
Events airdrop(uint256 qty_, address to_) payable
approve(address to_, uint256 tokenId_)
mintPublic(uint256 qty_) payable
mintWhitelist(bytes32[] proof_, uint256 qty_) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner_)
withdraw(address to_, uint256 amount_)
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(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
IERC173_NOT_OWNER(address operator)
IERC721Enumerable_INDEX_OUT_OF_BOUNDS(uint256 index)
IERC721Enumerable_OWNER_INDEX_OUT_OF_BOUNDS(address tokenOwner, uint256 index)
IERC721_CALLER_NOT_APPROVED(address tokenOwner, address operator, uint256 tokenId)
IERC721_INVALID_APPROVAL(address operator)
IERC721_INVALID_TRANSFER()
IERC721_INVALID_TRANSFER_FROM(address tokenOwner, address from, uint256 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()