SingularityAirdrop
Verified contract
Active on
Ethereum with 355 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf0d3…7935
Balances ($71,353.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NTX | ERC-20 | 2.949449M | $0.024192 |
$71,353.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17095259 | 2 years ago | | | 0 | 0.0034879277 | |
| 16857060 | 2 years ago | | | 0 | 0.0013857409 | |
| 16759198 | 2 years ago | | | 0 | 0.0016488088 | |
| 16629600 | 2 years ago | | | 0 | 0.0074680968 | |
| 16613512 | 2 years ago | | | 0 | 0.0019351853 | |
| 16572395 | 2 years ago | | | 0 | 0.0032874277 | |
| 16512158 | 2 years ago | | | 0 | 0.0014864787 | |
| 16145937 | 2 years ago | | | 0 | 0.0023494774 | |
| 16065692 | 2 years ago | | | 0 | 0.00096507170 | |
| 15876796 | 2 years ago | | | 0 | 0.0020880698 |
ABI
ABI objects
Getter at block 21087167
airDropToken() view returns (address)
0xf0d33beda4d734c72684b5f9abbebf715d0a7935
authorizer() view returns (address)
0xbc7d9d6fe7eeb1788ab6165519d2dc3508282719
currentAirDropWindowId() view returns (uint256)
2
currentClaimEndTime() view returns (uint256)
1682514000
currentClaimStartTime() view returns (uint256)
1640523600
owner() view returns (address)
0xa7a31d206042b8a3e81aa4cf8c68c1b76856ee48
Read-only
stakingContractAddressList(address) view returns (bool)
usedSignatures(bytes32) view returns (bool)
State-modifying
Events claim(address token, uint256 airDropAmount, uint256 airDropId, uint256 airDropWindowId, uint8 v, bytes32 r, bytes32 s)
claimAndStake(address stakingContractAddress, address token, uint256 airDropAmount, uint256 stakeAmount, uint256 airDropId, uint256 airDropWindowId, uint8 v, bytes32 r, bytes32 s)
configureAirDropClaim(uint256 airDropWindowId, uint256 claimStartTime, uint256 claimEndTime)
renounceOwnership()
transferOwnership(address newOwner)
updateAuthorizer(address newAuthorizer)
updateStakingContract(address newStakingContract, bool enable)
withdrawToken(uint256 value)
Claim(address indexed authorizer, address indexed claimer, uint256 airDropAmount, uint256 airDropId, uint256 airDropWindowId)
ConfigsUpdated(uint256 airDropWindowId, uint256 claimStartTime, uint256 claimEndTime)
NewAuthorizer(address conversionAuthorizer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatedStakingContract(address stakingContract, bool status)
WithdrawToken(address indexed owner, uint256 amount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.