GullStaking
Verified contract
Active on
Ethereum with 76 txns
Balances ($379.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 15.173976M | $0.000025 |
$379.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20423860 | 4 months ago | | | 0 | 0.00014421127 | |
| 20287643 | 4 months ago | | | 0 | 0.00022212438 | |
| 19944410 | 6 months ago | | | 0 | 0.00026903596 | |
| 19860989 | 6 months ago | | | 0 | 0.00034599534 | |
| 19849208 | 6 months ago | | | 0 | 0.00016447208 | |
| 19838084 | 7 months ago | | | 0 | 0.00018836128 | |
| 19792393 | 7 months ago | | | 0 | 0.00033300311 | |
| 19770643 | 7 months ago | | | 0 | 0.00060516987 | |
| 19743563 | 7 months ago | | | 0 | 0.00025237885 | |
| 19737735 | 7 months ago | | | 0 | 0.00046548785 |
ABI
ABI objects
Getter at block 21268029
factory() view returns (address)
0xfc6387f581d2a827f183a9ea68f07063f99744de
stakedToken() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
totalStaked() view returns (uint256)
15173976259999999999999999
Read-only
staked(address) view returns (uint256 amount)
State-modifying
Events deposit(uint256 _amount)
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount)
constructor(address _stakedToken)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidAmount()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)