AbductedBodies
Verified contract
Active on
Ethereum with 990 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 "AbductedBodies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16101401 | 2 years ago | | | 0 | 0.00069510145 | |
| 16101398 | 2 years ago | | | 0 | 0.0010740057 | |
| 14944030 | 2 years ago | | | 0 | 0.0016442908 | |
| 14863163 | 3 years ago | | | 0 | 0.00079975778 | |
| 14839835 | 3 years ago | | | 0 | 0.0013157702 | |
| 14839469 | 3 years ago | | | 0 | 0.0010610472 | |
| 14836281 | 3 years ago | | | 0 | 0.0014771200 | |
| 14834833 | 3 years ago | | | 0 | 0.00068996379 | |
| 14834153 | 3 years ago | | | 0 | 0.00050413807 | |
| 14834146 | 3 years ago | | | 0 | 0.00056679525 |
ABI
ABI objects
Getter at block 21321323
MAX_MINTS() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
4444
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXT3rjBB5y1ZETRLkVtTXYhATE1jXeMinfdh9Ge1nWBpz/
mintRate() view returns (uint256)
2000000000000000
name() view returns (string)
AbductedBodies
owner() view returns (address)
0x3605066d57297c1505164c3292f47fb11058dce6
revealed() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
ABDUCTED
totalSupply() view returns (uint256)
4444
unrevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXT3rjBB5y1ZETRLkVtTXYhATE1jXeMinfdh9Ge1nWBpz/unrevealed.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipRevealedStatus()
flipSaleStatus()
mint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()