The Noble Animal Society
Verified contract
Active on
Ethereum with 30 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "The Noble Animal Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16970901 | 2 years ago | | | 0 | 0.0022057603 | |
| 16970900 | 2 years ago | | | 0 | 0.0022015315 | |
| 16821009 | 2 years ago | | | 0 | 0.0023338808 | |
| 16821004 | 2 years ago | | | 0 | 0.0023964594 | |
| 16550790 | 2 years ago | | | 0 | 0.0015453900 | |
| 16547423 | 2 years ago | | | 0.05 | 0.0025896347 | |
| 16545652 | 2 years ago | | | 0.22 | 0.0075703006 | |
| 16543944 | 2 years ago | | | 0 | 0.0026237655 | |
| 16543843 | 2 years ago | | | 0 | 0.0017655484 | |
| 16514186 | 2 years ago | | | 0 | 0.0011742510 |
ABI
ABI objects
Getter at block 21213263
contractURI() view returns (string)
disableSalesWithETH() view returns (bool)
true
disableSalesWithToken() view returns (bool)
true
getOwnerCount() view returns (uint256)
77
maxMintForOne() view returns (uint16)
1500
maxPerAddress() view returns (uint16)
50
maxPerMint() view returns (uint16)
51
name() view returns (string)
The Noble Animal Society
owner() view returns (address)
0x14891cd5d3aa2d858b1daeb1edeeab605eebcfcb
paymentToken() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
50000000000000000
priceForFive() view returns (uint256)
220000000000000000
priceForThreeWithToken() view returns (uint256)
30000000000000000000
priceWithToken() view returns (uint256)
10000000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
NAS
totalSupply() view returns (uint256)
77
transferDisabled() view returns (bool)
false
treasuryAddress() view returns (address)
0x1f3eac5ba1247db5b31d6f6478eb234eaa75e14a
useBaseUriOnly() view returns (bool)
false
whitelistMax() view returns (uint256)
3
Read-only
FeeRecipients(uint256) view returns (address recipient, uint256 basisPoints)
TokenURIMap(uint256) view returns (string)
Whitelist(address) view returns (bool)
WhitelistMints(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
isProxyToApproved(address proxyAddress) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address account, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFeeRecipient(address recipient, uint256 basisPoints)
approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
buy(uint8 amount) payable
buyFiveAtSetPrice() payable
buyOne() payable
buyOneWithToken()
buyThree() payable
buyThreeWithToken()
buyWithToken(uint16 amount)
distributeETH()
distributeTokens()
editFeeRecipient(uint256 id, address recipient, uint256 basisPoints)
flipProxyState(address proxyAddress)
gift(address[] receivers, uint256[] amounts)
mint(address receiver, uint16 amount)
mintOne(address receiver)
mintThree(address receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setDisableSalesWithETH(bool value)
setDisableSalesWithToken(bool value)
setMaxMint(uint16 maxMint_)
setMaxPerAddress(uint16 _maxPerAddress)
setMaxPerMint(uint16 _maxPerMint)
setPrice(uint256 _price)
setPriceForFive(uint256 value)
setPublicSaleActive()
setTokenUri(uint256 tokenId, string _uri)
setTransferDisabled(bool _transferDisabled)
setVaultAddress(address addr)
setWhitelistMax(uint256 value)
setWhitelistSaleActive()
toggleSaleActive()
toggleUseBaseUri()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(uint16 _maxMint, uint16 _maxPerMint, uint256 _price, uint16 _maxPerAddress, bool _saleActive, string _uri, address _paymentToken, uint256 _priceWithToken)
updateToken(address _paymentToken, uint256 _priceWithToken)
whitelistAdd(address[] addresses)
whitelistRemove(address[] addresses)
withdrawETH()
withdrawTokens(address _token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DistributeETH(address indexed sender, uint256 indexed balance)
DistributeTokens(address indexed sender, uint256 indexed balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistAdd(address indexed user, address[] indexed addresses)
WhitelistRemove(address indexed user, address[] indexed addresses)
WithdrawETH(address indexed sender, uint256 indexed balance)
constructor(string name_, string symbol_, address treasury_)
This contract contains no fallback and receive objects.
This contract contains no error objects.