TokenTransaction
Verified contract
Active on
Ethereum with 2,870 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenTransaction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17761991 | a year ago | | | 0 | 0.0029594154 | |
| 17761991 | a year ago | | | 0 | 0.0035124617 | |
| 17761991 | a year ago | | | 0 | 0.0060468707 | |
| 17761991 | a year ago | | | 0 | 0.0067290576 | |
| 16266734 | 2 years ago | | | 0 | 0.00063016156 | |
| 16266611 | 2 years ago | | | 0 | 0.0010640514 | |
| 16212506 | 2 years ago | | | 0 | 0.0015989424 | |
| 16204938 | 2 years ago | | | 0 | 0.0014325312 | |
| 16201547 | 2 years ago | | | 0 | 0.0011956391 | |
| 16201538 | 2 years ago | | | 0 | 0.0014883974 |
ABI
ABI objects
Getter at block 21091933
owner() view returns (address)
0x8d65d8b8d2bb115edfd2ec56fbef4989a0ce2de9
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events redeemToken(uint256 amount, address tokenAddress, bytes32 hash, bytes signature, uint256 blockHeight, string nonce)
renounceOwnership()
setDivideWalletAddress(address _divideWalletAddress)
setSignerAddress(address _signerAddress)
stakeToken(uint256 amount, address tokenAddress, bytes32 hash, bytes signature, uint256 blockHeight, string nonce)
tokenCollect(uint256 amount, address tokenAddress, address fromAddress, bytes32 hash, bytes signature, uint256 blockHeight, string nonce)
tokenPay(uint256 amount, address tokenAddress, address toAddress, uint256 divideAmount, bytes32 hash, bytes signature, uint256 blockHeight, string nonce)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RedeemSuccess(address indexed operatorAddress, address indexed fromAddress, uint256 indexed amount, address tokenAddress, string nonce)
StakeSuccess(address indexed operatorAddress, address indexed toAddress, uint256 indexed amount, address tokenAddress, string nonce)
TokenCollect(address indexed operatorAddress, address indexed fromAddress, uint256 indexed amount, address tokenAddress, string nonce)
TokenPay(address indexed operatorAddress, address indexed toAddress, uint256 indexed amount, address tokenAddress, uint256 divideAmount, string nonce)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.