The Weak Are Sacrificed
Verified contract
Active on
Ethereum with 3,814 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 "The Weak Are Sacrificed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20201001 | 5 months ago | | | 0 | 0.000036487995 | |
| 19113919 | 10 months ago | | | 0 | 0.00074970383 | |
| 18647258 | a year ago | | | 0 | 0.00087159894 | |
| 17890573 | a year ago | | | 0 | 0.00055887700 | |
| 17649099 | a year ago | | | 0 | 0.0010874093 | |
| 17644112 | a year ago | | | 0 | 0.0029658927 | |
| 17612580 | a year ago | | | 0 | 0.0016864215 | |
| 17612579 | a year ago | | | 0 | 0.0018598165 | |
| 17612578 | a year ago | | | 0 | 0.0018598165 | |
| 17612577 | a year ago | | | 0 | 0.0024759958 |
ABI
ABI objects
Getter at block 21326360
WLpaused() view returns (bool)
true
cost() view returns (uint256)
6660000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
2
maxMintAmountPerTx() view returns (uint8)
8
maxSupply() view returns (uint16)
3600
name() view returns (string)
The Weak Are Sacrificed
owner() view returns (address)
0x5c2565a170de058402f3d6e1309429b1b2c9f025
paused() view returns (bool)
true
reveal() view returns (bool)
true
symbol() view returns (string)
TWAS
totalSupply() view returns (uint256)
3159
whiteListCost() view returns (uint256)
0
Read-only
NFTPerPublicAddress(address) view returns (uint8)
NFTPerWLAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events DIVINE_INTERVENTION(uint8 _amountPerAddress, address[] addresses)
RISE_FROM_DEAD(uint16 _mintAmount, address _receiver)
SACRIFICE(uint256[] token)
SUMMON(uint8 _mintAmount) payable
addToPresaleWhitelist(address[] entries)
approve(address to, uint256 tokenId)
removeFromPresaleWhitelist(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
setWLCost(uint256 _cost)
setWLPaused()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount) payable
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()