FeudalzStaking
Verified contract
Active on
Ethereum with 6,219 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7be6…245c
-
variable spans 1 additional slot
Balances ($2.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 5 | $0.58786 |
$2.94 | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- | |
FEUDALZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17880390 | a year ago | | | 0 | 0.0011716718 | |
| 17807500 | a year ago | | | 0 | 0.0013478789 | |
| 17807488 | a year ago | | | 0 | 0.0012701730 | |
| 17807485 | a year ago | | | 0 | 0.0012511407 | |
| 17807482 | a year ago | | | 0 | 0.0012960195 | |
| 17807479 | a year ago | | | 0 | 0.0012751784 | |
| 17807475 | a year ago | | | 0 | 0.0012523336 | |
| 17807469 | a year ago | | | 0 | 0.0012650607 | |
| 16495835 | 2 years ago | | | 0 | 0.0064403995 | |
| 16495725 | 2 years ago | | | 0 | 0.0011923961 |
ABI
ABI objects
Getter at block 21378749
owner() view returns (address)
0xc00f4b8022e4dc7f086d703328247cb6adf26858
Read-only
accountNonce(address accountAddress) view returns (uint256)
accountToLastWithdraw(address) view returns (uint256)
accountToLastWithdrawAmount(address) view returns (uint256)
contracts(address) view returns (bool active, address instance)
recoverAddress(address account, uint256 amount, uint256 nonce, bytes signature) view returns (address)
stakedTokenTimestamp(address contractAddress, uint256 tokenId) view returns (uint256)
stakedTokensOfOwner(address contractAddress, address owner) view returns (uint256[])
State-modifying
Events addContract(address contractAddress)
onERC721Received(address operator, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setSignerAddress(address signerAddress)
stake(address contractAddress, uint256[] tokenIds)
transferOwnership(address newOwner)
unstake(address contractAddress, uint256[] tokenIds)
updateContract(address contractAddress, bool active)
withdrawGoldz(uint256 amount, bytes signature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(uint256 tokenId, address contractAddress, address owner)
Unstake(uint256 tokenId, address contractAddress, address owner)
Withdraw(address owner, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.