Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "DealNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14502381 | 7 months ago | | | 0 | 0.0000058506839 | |
| 14500199 | 7 months ago | | | 0 | 0.0000011930959 | |
| 14499860 | 7 months ago | | | 0 | 7.3063344e-7 | |
| 14499647 | 7 months ago | | | 0 | 0.0000048700542 | |
| 14499318 | 7 months ago | | | 0 | 0.0000073089857 | |
| 14499134 | 7 months ago | | | 0 | 0.0000011844387 | |
| 14499055 | 7 months ago | | | 0 | 0.0000012986925 | |
| 14499046 | 7 months ago | | | 0 | 0.0000027209606 | |
| 14496943 | 7 months ago | | | 0 | 0.0000091989535 | |
| 14496927 | 7 months ago | | | 0 | 0.000033513290 |
ABI
ABI objects
Getter at block 23179262
closingDelay() view returns (uint256)
600
closingPeriod() view returns (uint256)
604800
closingTime() view returns (uint256)
1715790360
dealMaximum() view returns (uint256)
5000000000000000000
dealMinimum() view returns (uint256)
1000000000000000000
description() view returns (string)
test description
escrowToken() view returns (address)
0xb88a5ac00917a02d82c7cd6cebd73e2852d43574
image() view returns (string)
https://gamepress.gg/pokemonmasters/sites/pokemonmasters/files/2019-08/ch0035_00_matthies_256.ktx.png
name() view returns (string)
SurgeDealTEST
nextId() view returns (uint256)
4
sponsor() view returns (address)
0x7adc86401f246b87177cebbec189de075b75af3a
state() view returns (uint8)
3
symbol() view returns (string)
SRGTEST
totalClaimed() view returns (uint256)
1988000000000000000
totalStaked() view returns (uint256)
1988000000000000000
transferrable() view returns (bool)
false
twitter() view returns (string)
https://twitter.com/SweeprFi
web() view returns (string)
https://www.sweepr.finance/
Read-only
allowToken(address to) view returns (bool)
approvalOf(address staker) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimedAmount(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenBoundAccount(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stakedAmount(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate()
approve(address to, uint256 tokenId)
approveStaker(address staker_, uint256 amount_)
cancel()
claim()
claimNext()
configure(string description_, uint256 closingTime_, uint256 dealMinimum_, uint256 dealMaximum_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setTransferrable(bool transferrable_)
setup(address escrowToken_, uint256 closingDelay_, string web_, string twitter_, string image_)
stake(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
unstake(uint256 tokenId)
Activate(address indexed sponsor)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Cancel(address indexed sponsor)
Claim(address indexed sponsor, address indexed staker, uint256 tokenId, uint256 amount)
Configure(address indexed sponsor, string description, uint256 closingTime, uint256 dealMinimum, uint256 dealMaximum)
Deal(address indexed sponsor, string name, string symbol)
Setup(address sponsor, address escrowToken, uint256 closingDelay, string web, string twitter, string image)
Stake(address indexed staker, address tokenBoundAccount, uint256 tokenId, uint256 amount)
StakerApproval(address indexed sponsor, address staker, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Transferrable(address indexed sponsor, bool transferrable)
Unstake(address indexed staker, address tokenBoundAccount, uint256 tokenId, uint256 amount)
constructor(address registry_, address implementation_, address sponsor_, string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.