SafuuXSacrificeETHonly
Verified contract
Active on
Ethereum with 679 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa9c6…9dd9
0xc30e…8185
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,145.39 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16669591 | 2 years ago | | | 0 | 0.00063123643 | |
| 16669545 | 2 years ago | | | 0.06 | 0.0060938770 | |
| 16669535 | 2 years ago | | | 0.51 | 0.0067668290 | |
| 16669532 | 2 years ago | | | 2.5 | 0.0070573809 | |
| 16669530 | 2 years ago | | | 0.2 | 0.0069566085 | |
| 16669498 | 2 years ago | | | 0.05 | 0.0062289520 | |
| 16669476 | 2 years ago | | | 1.3 | 0.0070716901 | |
| 16669471 | 2 years ago | | | 1.73 | 0.0069157152 | |
| 16669456 | 2 years ago | | | 1.2 | 0.0065605193 | |
| 16669438 | 2 years ago | | | 1.1 | 0.0076372294 |
ABI
ABI objects
Getter at block 21159771
getCurrentSacrificeID() view returns (uint256)
675
isSacrificeActive() view returns (bool)
false
nextSacrificeId() view returns (uint256 _value)
675
owner() view returns (address)
0xf813fd5e2eef0bd2da8e641db1b721bf87824b65
safuuWallet() view returns (address)
0xa9c6d0cc785569b450393a69599e97faed5d9dd9
serviceWallet() view returns (address)
0xc30ececc8dc3a4d276ec54e82c11877a02148185
totalSacrifice() view returns (uint256)
61829771622723
Read-only
AllowedTokens(string) view returns (address)
ChainlinkContracts(string) view returns (address)
ETHDeposit(address) view returns (uint256)
Sacrifice(uint256) view returns (uint256 id, string tokenSymbol, address accountAddress, uint256 tokenAmount, uint256 tokenPriceUSD, uint256 timestamp, string status)
SacrificeStatus(uint256) view returns (string)
TokenDecimals(string) view returns (uint256)
getAccountDeposits(address _account, string _symbol) view returns (uint256[])
getChainLinkPrice(address contractAddress) view returns (uint256)
getPriceBySymbol(string _symbol) view returns (uint256)
totalSacrificeAmount(string) view returns (uint256)
State-modifying
Events depositETH() payable returns (uint256)
recoverERC20(address tokenContract, address to)
recoverETH()
renounceOwnership()
setAllowedTokens(string _symbol, address _tokenAddress)
setChainlink(string _symbol, address _tokenAddress)
setSacrificeStatus(bool _isActive)
setSafuuWallet(address _safuuWallet)
setServiceWallet(address _serviceWallet)
setTokenDecimals(string _symbol, uint256 _decimals)
setTotalSacrifice(uint256 _totalSacrificeUSD)
transferOwnership(address newOwner)
updateSacrificeData(uint256 sacrificeId, uint256 _status, address _account, uint256 _amount, uint256 _priceUSD, uint256 _timestamp)
ETHDeposited(string indexed symbol, address indexed accountAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _safuuWallet, address _serviceWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.