TransmuterV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "TransmuterV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TransmuterV2"
ABI
ABI objects
Getter at block 21305545
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SENTINEL() view returns (bytes32)
0xd3eedd6d69d410e954f4c622838ecc3acae9fdcd83cad412075c85b092770656
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buffer() view returns (address)
0x0000000000000000000000000000000000000000
conversionFactor() view returns (uint256)
0
isPaused() view returns (bool)
false
syntheticToken() view returns (address)
0x0000000000000000000000000000000000000000
totalBuffered() view returns (uint256)
0
totalUnexchanged() view returns (uint256)
0
underlyingToken() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
2.2.0
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getClaimableBalance(address owner) view returns (uint256 claimableBalance)
getExchangedBalance(address owner) view returns (uint256 exchangedBalance)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUnexchangedBalance(address owner) view returns (uint256 unexchangedBalance)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 amount, address recipient)
deposit(uint256 amount, address owner)
exchange(uint256 amount)
grantRole(bytes32 role, address account)
initialize(address _syntheticToken, address _underlyingToken, address _buffer, address _whitelist)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCollateralSource(address _newCollateralSource)
setPause(bool pauseState)
withdraw(uint256 amount, address recipient)
AdminUpdated(address admin)
Claim(address indexed sender, address indexed recipient, uint256 amount)
Deposit(address indexed sender, address indexed owner, uint256 amount)
Exchange(address indexed sender, uint256 amount)
Paused(bool flag)
PendingAdminUpdated(address pendingAdmin)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdraw(address indexed sender, address indexed recipient, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
ERC20CallFailed(address target, bool success, bytes data)
IllegalArgument()
IllegalState()
Unauthorized()