The day you came to us
Verified contract
Active on
Ethereum with 1,430 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 day you came to us"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207572 | 16 hours ago | | | 0 | 0.00077778457 | |
| 20151183 | 5 months ago | | | 0 | 0.000053461358 | |
| 19606486 | 7 months ago | | | 0 | 0.00068177696 | |
| 18799215 | a year ago | | | 0 | 0.0014217697 | |
| 18306205 | a year ago | | | 0 | 0.00019496712 | |
| 18295715 | a year ago | | | 0 | 0.00014512123 | |
| 17936849 | a year ago | | | 0 | 0.0011313878 | |
| 17622684 | a year ago | | | 0 | 0.0026408731 | |
| 17600708 | a year ago | | | 0 | 0.00074470439 | |
| 17599040 | a year ago | | | 0 | 0.00071101948 |
ABI
ABI objects
Getter at block 21212448
MAX_PUBLIC_MINT_PER_WALLET() view returns (uint256)
8
MAX_PUBLIC_PER_TX() view returns (uint256)
2
TEAM_CLAIM_AMOUNT() view returns (uint256)
22
TOTAL_MAX_SUPPLY() view returns (uint256)
1222
name() view returns (string)
The day you came to us
owner() view returns (address)
0x7077cb152b1cef11eda2899a69deacd81c3c0ec3
ripStart() view returns (bool)
true
symbol() view returns (string)
RIP
token_price() view returns (uint256)
2444000000000000
totalSupply() view returns (uint256)
1222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
flipRipState()
renounceOwnership()
rip(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPerTxn(uint256 _num)
setMaxPerWallet(uint256 _num)
setTokenPrice(uint256 newPrice)
teamClaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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()
URIQueryForNonexistentToken()