SDogeMaster
Verified contract
Active on
Ethereum with 1,089 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb25f…18c1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDOGE | ERC-20 | 1.4948M | -- | -- | |
UNI-V2 | ERC-20 | 12.667K | -- | -- | |
UNI-V2 | ERC-20 | 193.321382 | -- | -- | |
UNI-V2 | ERC-20 | 144.231056 | -- | -- | |
UNI-V2 | ERC-20 | 0.0001 | -- | -- | |
UNI-V2 | ERC-20 | 0.00001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17659631 | a year ago | | | 0 | 0.0014506361 | |
| 17659628 | a year ago | | | 0 | 0.0024903660 | |
| 12361147 | 4 years ago | | | 0 | 0.0044817780 | |
| 12361131 | 4 years ago | | | 0 | 0.0046131750 | |
| 12334736 | 4 years ago | | | 0 | 0.0077569740 | |
| 12334129 | 4 years ago | | | 0 | 0.0069901020 | |
| 11208340 | 4 years ago | | | 0 | 0.0068428440 | |
| 11187882 | 4 years ago | | | 0 | 0.0042600880 | |
| 11129508 | 4 years ago | | | 0 | 0.0062722110 | |
| 11096276 | 4 years ago | | | 0 | 0.0091492800 |
ABI
ABI objects
Getter at block 21172538
checkRewardPeriod() view returns (bool)
false
devaddr() view returns (address)
0x07679a0882ea2c3c59207a1ac53f76511555fbd8
farmPeriod() view returns (uint256)
186092
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xbe5c5f9bc5588ccd4271b79201ce9663c03b8ff0
poolLength() view returns (uint256)
16
sdoge() view returns (address)
0xb25feda5512445aa4e481add71731cd0cfff18c1
sdogePerBlock() view returns (uint256)
100000000000000000000
startBlock() view returns (uint256)
10930969
totalAllocPoint() view returns (uint256)
77500
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSDoge(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSDogePerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
resetRewardPerBlock(uint256 _reward)
resetStartBlockAndFarmingPeriod(uint256 _start, uint256 _period)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sdoge, address _devaddr, uint256 _sdogePerBlock, uint256 _startBlock, uint256 _farmPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.