CollateralMarket
Verified contract
Active on
Ethereum with 303 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6799…1d5e
0x37d3…4056
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "CollateralMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12740542 | 3 years ago | | | 0 | 0.0024117800 | |
| 12738209 | 3 years ago | | | 0 | 0.0031386600 | |
| 12734851 | 3 years ago | | | 0 | 0.0015725800 | |
| 12734764 | 3 years ago | | | 0 | 0.0018935800 | |
| 12734263 | 3 years ago | | | 0 | 0.0018937000 | |
| 12734168 | 3 years ago | | | 0 | 0.0026513480 | |
| 12733294 | 3 years ago | | | 0 | 0.0017299700 | |
| 12732158 | 3 years ago | | | 0 | 0.0018872400 | |
| 12715197 | 3 years ago | | | 0 | 0.0017227000 | |
| 12710834 | 3 years ago | | | 0 | 0.0019092480 |
ABI
ABI objects
Getter at block 21315333
allowedTokens() view returns (address[])
[0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48]
depositary() view returns (address)
0xc6e36fc68c717ddd7499dbff67c0426564708451
issuer() view returns (address)
0x679962cb53af1418f14991efc3c482bf6f241d5e
owner() view returns (address)
0x6b62c5c2432da0399dd8f1e5da92bc81c9813803
paused() view returns (bool)
false
pauser() view returns (address)
0x3259ef482768493d54939febdb0fa1897efc09c8
treasury() view returns (address)
0x37d3faca3177d7136701aeb946a5a62104064056
Read-only
This contract contains no read-only function objects.
State-modifying
Events allowToken(address token)
buy(address token, uint256 amount)
changeDepositary(address _depositary)
changeIssuer(address _issuer)
changePauser(address newPauser)
changeTreasury(address _treasury)
denyToken(address token)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
Buy(address customer, address token, uint256 amount, uint256 buy)
DepositaryChanged(address newDepositary)
IssuerChanged(address newIssuer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserChanged(address newPauser)
TokenAllowed(address token)
TokenDenied(address token)
TreasuryChanged(address newTreasury)
Unpaused(address account)
constructor(address _issuer, address _treasury, address _depositary)
This contract contains no fallback and receive objects.
This contract contains no error objects.