KnightTrade
Verified contract
Active on
Ethereum with 291 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 "KnightTrade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16524135 | 2 years ago | | | 0 | 0.0016170529 | |
| 16319141 | 2 years ago | | | 0 | 0.00044199340 | |
| 16319130 | 2 years ago | | | 0 | 0.00040677840 | |
| 16319109 | 2 years ago | | | 0 | 0.00043424420 | |
| 16319105 | 2 years ago | | | 0 | 0.00049209924 | |
| 16302018 | 2 years ago | | | 0 | 0.0012483767 | |
| 16302016 | 2 years ago | | | 0 | 0.0012499219 | |
| 16298367 | 2 years ago | | | 0 | 0.0013217427 | |
| 16266852 | 2 years ago | | | 0 | 0.00087193402 | |
| 16155274 | 2 years ago | | | 0 | 0.0015811424 |
ABI
ABI objects
Getter at block 21430608
_owner() view returns (address)
0xf158e3415e3f5799542ae417945b7eaa4c834c15
fundRechargeBank() view returns (address)
0x87b5f9fa0503b104c1a05de2cdf6d767c19ab5c2
owner() view returns (address)
0xf158e3415e3f5799542ae417945b7eaa4c834c15
rechargeBank() view returns (address)
0x6df313807133c556df541fd63085d9a041e372f0
robotBank() view returns (address)
0xbcb2b3e407ba283156a0fb2bc64c43b66973e930
stockRechargeBank() view returns (address)
0xf259a8a5c8b44846b915f77a5f51b4cce2bbf98a
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
This contract contains no read-only function objects.
State-modifying
Events create(uint256 _inviteCode)
dwg()
fundRecharge(uint256 _amount)
recharge(uint256 _amount)
renounceOwnership()
robot(uint256 _amount)
setFundRechargeBank(address _address)
setOwner(address addr, bool state)
setRechargeBank(address _address)
setRobotBank(address _address)
setStockRechargeBank(address _address)
setTokenAddress(address _address)
stockRecharge(uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount, uint256 _type)
Create(address indexed _user, uint256 indexed _inviteCode)
FundRecharge(address indexed _user, uint256 indexed _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recharge(address indexed _user, uint256 indexed _amount)
Robot(address indexed _user, uint256 indexed _amount)
StockRecharge(address indexed _user, uint256 indexed _amount)
Withdraw(address indexed _user, uint256 indexed _amount, uint256 indexed _type)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.