SaconiStakingAgent
Verified contract
Active on
Ethereum with 730 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 "SaconiStakingAgent"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14382790 | 3 years ago | | | 0 | 0.0013938578 | |
| 14242743 | 3 years ago | | | 0 | 0.0049402827 | |
| 14235570 | 3 years ago | | | 0 | 0.0059927862 | |
| 14216315 | 3 years ago | | | 0 | 0.0045400715 | |
| 14193954 | 3 years ago | | | 0 | 0.010786272 | |
| 14150889 | 3 years ago | | | 0 | 0.0046916296 | |
| 14148937 | 3 years ago | | | 0 | 0.0067748927 | |
| 14133285 | 3 years ago | | | 0 | 0.012085411 | |
| 14108555 | 3 years ago | | | 0 | 0.016984017 | |
| 14035768 | 3 years ago | | | 0 | 0.011619580 |
ABI
ABI objects
Getter at block 21263424
SACONI_VAULT() view returns (address)
0x997b27ee3f9042698d25f8762b74263b809360c1
canDepositNFT() view returns (bool)
true
canWithdrawNFT() view returns (bool)
true
owner() view returns (address)
0x997b27ee3f9042698d25f8762b74263b809360c1
Read-only
NFTStakers(address, uint256) view returns (address)
getNumberOfStakedTokens(address staker, address tokenContract) view returns (uint256)
getStakedTokens(address staker, address tokenContract) view returns (uint256[])
getUnstakedTokens(address staker, address tokenContract) view returns (uint256[])
isStakedByAddress(address staker, address tokenContract, uint256 tokenID) view returns (bool)
State-modifying
Events depositMultipleNFTs(address tokenContract, uint256 amount, uint256[] tokenIDList)
depositNFT(address tokenContract, uint256 tokenID)
flipDepositNFT()
flipWithdrawNFT()
renounceOwnership()
transferOwnership(address newOwner)
withdrawMultipleNFT(address tokenContract, uint256 amount, uint256[] tokenIDList)
withdrawNFT(address tokenContract, uint256 tokenID)
DepositNFT(address indexed from, address indexed tokenContract, uint256 indexed tokenID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawNFT(address indexed from, address indexed tokenContract, uint256 indexed tokenID)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.