SurvivedOnes
Verified contract
Active on
Ethereum with 1,426 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 "SurvivedOnes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17469380 | a year ago | | | 0 | 0.00068461551 | |
| 17009572 | 2 years ago | | | 0 | 0.00052426692 | |
| 16744709 | 2 years ago | | | 0 | 0.0021740973 | |
| 16729711 | 2 years ago | | | 0 | 0.0010449345 | |
| 16512903 | 2 years ago | | | 0 | 0.00070169304 | |
| 16498160 | 2 years ago | | | 0 | 0.00083092092 | |
| 16111899 | 2 years ago | | | 0 | 0.00033914597 | |
| 16017346 | 2 years ago | | | 0 | 0.00055418718 | |
| 15894234 | 2 years ago | | | 0 | 0.00040750087 | |
| 15834068 | 2 years ago | | | 0 | 0.00065941485 |
ABI
ABI objects
Getter at block 21304515
DEAD_CONTRACT() view returns (address)
0xd3ba8b1a8275068ce3ceef81ed1ef7a79f07bdef
DEAD_COUNT() view returns (uint256)
6114
DOSE_PRICE() view returns (uint256)
5000000000000000
FREE_MINT_PER_ALLOWED_WALLET() view returns (uint256)
5
FREE_SURVIVE_CHANCE() view returns (uint256)
4
IS_REVEALED() view returns (bool)
true
MAX_SUPPLY() view returns (uint256)
400
MAX_TOTAL_SUPPLY() view returns (uint256)
420
MINT_STAGE() view returns (int256)
1
NOT_REVEALED_URL() view returns (string)
ipfs://Qmd4SNg2biqDYDLTxysjUxC9zp4T4zH4ZCRs1wFL1QcbRn
SURVIVE_CHANCE() view returns (uint256)
8
TEAM_SUPPLY() view returns (uint256)
20
TOKEN_BASE_URL() view returns (string)
https://storage.googleapis.com/survived-metadata/metadata/
TOKEN_URL_SUFFIX() view returns (string)
.json
USED_TEAM_SUPPLY() view returns (uint256)
20
WITHDRAW_ADDRESS() view returns (address)
0x60526bbd15bd42acb3a85b84a3112506a573ea0b
name() view returns (string)
SurvivedOnes
owner() view returns (address)
0x60526bbd15bd42acb3a85b84a3112506a573ea0b
symbol() view returns (string)
SONE
totalSupply() view returns (uint256)
420
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isUsedFreeMint(address _receiverAddress) 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)
cum(uint256 dose, uint256 randSeed, bool freeMintAllowed, bytes signature) payable returns (uint256)
gangBang(uint256 _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDeadContract(address _deadContract)
setDosePrice(uint256 _dosePrice)
setFreeSurviveChance(uint8 _surviveChance)
setIsRevealed(bool status)
setMintStage(int256 _mintStage)
setNotRevealedUrl(string _notRevealedUrl)
setSurviveChance(uint8 _surviveChance)
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(address signerAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidSignature(string message)
LogicError(string message)
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
PriceError(string message)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()