Proxy Token
Verified contract
Active on
Ethereum with 6,550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KCN | ERC-20 | 1K | -- | -- | |
MITx | ERC-20 | 184.8622 | -- | -- | |
PRXY | ERC-20 | 50 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18243530 | a year ago | | | 0 | 0.00027068015 | |
| 16709571 | 2 years ago | | | 0 | 0.0010315224 | |
| 15326509 | 2 years ago | | | 0 | 0.00061088478 | |
| 13337457 | 3 years ago | | | 0 | 0.0022818750 | |
| 9366177 | 5 years ago | | | 0 | 0.00011715100 | |
| 9339084 | 5 years ago | | | 0 | 0.00014056680 | |
| 8938368 | 5 years ago | | | 0 | 0.00010048400 | |
| 7670135 | 6 years ago | | | 0 | 0.000069370000 | |
| 7124844 | 6 years ago | | | 0 | 0.00013874000 | |
| 7081229 | 6 years ago | | | 0 | 0.00090677000 |
ABI
ABI objects
Getter at block 21168303
controller() pure returns (address)
0x08bd78b3ea72652e30e97a6930e038543b498322
creationBlock() pure returns (uint256)
4196220
decimals() pure returns (uint8)
6
name() pure returns (string)
Proxy Token
parentSnapShotBlock() pure returns (uint256)
0
parentToken() pure returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
PRXY
tokenFactory() pure returns (address)
0x0000000000000000000000000000000000000000
totalSupply() pure returns (uint256)
3606083002000
transfersEnabled() pure returns (bool)
true
version() pure returns (string)
Proxy 1.1
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) pure returns (uint256)
totalSupplyAt(uint256 _blockNumber) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor()
fallback()
This contract contains no error objects.