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 "DeadOnes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998169 | a month ago | | | 0 | 0.00024825709 | |
| 20904920 | 2 months ago | | | 0 | 0.00011607407 | |
| 20904918 | 2 months ago | | | 0 | 0.00012080235 | |
| 20900219 | 2 months ago | | | 0 | 0.00013114708 | |
| 20553941 | 3 months ago | | | 0 | 0.000023931938 | |
| 20553896 | 3 months ago | | | 0 | 0.000026614946 | |
| 19340157 | 9 months ago | | | 0 | 0.0012257816 | |
| 18176413 | a year ago | | | 0 | 0.00023905846 | |
| 17971273 | a year ago | | | 0 | 0.0020260448 | |
| 17782674 | a year ago | | | 0 | 0.0021158731 |
ABI
ABI objects
Getter at block 21305370
IS_REVEALED() view returns (bool)
false
NOT_REVEALED_URL() view returns (string)
ipfs://QmadFrk1mCULVkTZk1eqW9QR7dKcBzoFdHnk7Rx8eVdSGK
SURVIVED_CONTRACT() view returns (address)
0xe59c6d591f029507245a1e0a94ea09c41b29f3f9
TEAM_SUPPLY() view returns (uint256)
100
TOKEN_BASE_URL() view returns (string)
ipfs://tba
TOKEN_URL_SUFFIX() view returns (string)
.json
USED_TEAM_SUPPLY() view returns (uint256)
1
WITHDRAW_ADDRESS() view returns (address)
0xdf058f9915adf447695ee01cb6f0a896d4c0b7a6
name() view returns (string)
DeadOnes
owner() view returns (address)
0x60526bbd15bd42acb3a85b84a3112506a573ea0b
symbol() view returns (string)
DONE
totalSupply() view returns (uint256)
6115
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)
gangBang(uint256 _count)
killSperm(address to, uint256 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsRevealed(bool status)
setNotRevealedUrl(string _notRevealedUrl)
setSurvivedContract(address _survivedContract)
setTokenBaseUrl(string _tokenBaseUrl)
setTokenSuffix(string _tokenUrlSuffix)
setWithdrawAddress(address _withdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
LogicError(string message)
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()