Safe Passage
Verified contract
Active on
Ethereum with 195 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 "Safe Passage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014142 | a month ago | | | 0 | 0.00056554123 | |
| 18030862 | a year ago | | | 0 | 0.00063129256 | |
| 17438113 | a year ago | | | 0 | 0.0011497737 | |
| 15961311 | 2 years ago | | | 0 | 0.0012455355 | |
| 14851313 | 3 years ago | | | 0 | 0.0016424153 | |
| 14533685 | 3 years ago | | | 0 | 0.0030335974 | |
| 14533685 | 3 years ago | | | 0 | 0.0030335974 | |
| 14228581 | 3 years ago | | | 0 | 0.0021992712 | |
| 14228160 | 3 years ago | | | 0 | 0.0023501863 | |
| 14216539 | 3 years ago | | | 0 | 0.0029389611 |
ABI
ABI objects
Getter at block 21315913
DONATION_WALLET() view returns (address)
0xbcc64ba46d0f74d1894a896fcda575fe8a42a8bb
START_TIME() view returns (uint256)
1632322800
name() view returns (string)
Safe Passage
owner() view returns (address)
0x1b9bb7653de19ddf6aa71bede2126509f57708c2
symbol() view returns (string)
SP
totalSupply() view returns (uint256)
368
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeedFromTokenId(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDonationWallet(address donationWallet)
updatePrice(uint256 price)
updateStartTime(uint256 startTime)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Donation(uint256 amount)
Minted(uint256 tokenId, uint256 seed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseUri, address donationWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.