WhitelistedTokenProxy
Verified contract
Proxy
Active on
Ethereum with 115 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1f93…5ee1
0x1f93…5ee1
0xad43…2b1f
0xad43…2b1f
Balances ($0.00)
No balances found for "WhitelistedTokenProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9343900 | 5 years ago | | | 0 | 0.0032952600 | |
| 8671924 | 5 years ago | | | 0 | 0.0028794600 | |
| 8628021 | 5 years ago | | | 0 | 0.0028756200 | |
| 8620572 | 5 years ago | | | 0 | 0.0028756200 | |
| 8606836 | 5 years ago | | | 0 | 0.0028756200 | |
| 8582773 | 5 years ago | | | 0 | 0.0028756200 | |
| 8543278 | 5 years ago | | | 0 | 0.0028756200 | |
| 8492438 | 5 years ago | | | 0 | 0.0028756200 | |
| 8484553 | 5 years ago | | | 0 | 0.0028756200 | |
| 8480099 | 5 years ago | | | 0 | 0.0024237000 |
ABI
ABI objects
Getter at block 21400297 blacklisted() view returns (bool)
cusdAddress() view returns (address)
0x1410d4ec3d276c0ebbf16ccbe88a4383ae734ed0
implementation() view returns (address)
0xa832885ca9440ab6ff1d13d34ef64c037a59d3c8
owner() view returns (address)
0x060920bdac1f70c81defb6d9fa7012b44703d49e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
regulator() view returns (address)
0xad439b784ff3c09fad40ee0db262eb82c8512b1f
tokenStorage() view returns (address)
0x1f93cd41ef4608b6ac52a76bce24a2b05f345ee1
cusdAddress() view returns (address)
0x1410d4ec3d276c0ebbf16ccbe88a4383ae734ed0
isMethodEnabled() view returns (bool)
false
owner() view returns (address)
0x060920bdac1f70c81defb6d9fa7012b44703d49e
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
regulator() view returns (address)
0xad439b784ff3c09fad40ee0db262eb82c8512b1f
tokenStorage() view returns (address)
0x1f93cd41ef4608b6ac52a76bce24a2b05f345ee1
totalSupply() view returns (uint256)
1041458899999999983002
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
State-modifying
Events claimOwnership()
transferOwnership(address _newOwner)
upgradeTo(address newImplementation)
approve(address _spender, uint256 _value) returns (bool)
approveBlacklistedAddressSpender(address _blacklistedAccount)
burn(uint256 _amount)
claimOwnership()
convertWT(uint256 _amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroyBlacklistedTokens(address _who, uint256 _amount)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock()
mint(address _to, uint256 _amount)
mintCUSD(address _to, uint256 _amount)
pause()
setCUSDAddress(address _cusd)
setRegulator(address _newRegulator)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
transferOwnership(address _newOwner)
unlock()
unpause()
ChangedRegulator(address indexed oldRegulator, address indexed newRegulator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovedBlacklistedAddressSpender(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
CUSDAddressChanged(address indexed oldCUSD, address indexed newCUSD)
ChangedRegulator(address indexed oldRegulator, address indexed newRegulator)
ConvertedToCUSD(address indexed user, uint256 amount)
DestroyedBlacklistedTokens(address indexed account, uint256 amount)
Locked()
Mint(address indexed to, uint256 value)
MintedToCUSD(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked()
Unpause()
constructor(address _implementation, address _regulator, address _cusd)
fallback()
This contract contains no error objects.