Wrapped Centrifuge
Verified contract
Active on
Ethereum with 35,331 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBTC | ERC-20 | 0.11947 | $92,392.00 |
$11,038.07 | |
wCFG | ERC-20 | 24.808658K | $0.382945 |
$9,500.35 | |
ZIK | ERC-20 | 124.092003 | $0.000161 |
$0.02 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271407 | 28 minutes ago | | | 0 | 0.00036541949 | |
| 21271332 | 43 minutes ago | | | 0 | 0.00026580303 | |
| 21271192 | an hour ago | | | 0 | 0.00022199043 | |
| 21271158 | an hour ago | | | 0 | 0.00064914872 | |
| 21270893 | 2 hours ago | | | 0 | 0.00032811181 | |
| 21270879 | 2 hours ago | | | 0 | 0.00068894506 | |
| 21270762 | 3 hours ago | | | 0 | 0.00098828409 | |
| 21270212 | 4 hours ago | | | 0 | 0.00024859665 | |
| 21270006 | 5 hours ago | | | 0 | 0.00022967103 | |
| 21269891 | 6 hours ago | | | 0 | 0.00058656044 |
ABI
ABI objects
Getter at block 21271542
DOMAIN_SEPARATOR() view returns (bytes32)
0x2499850519cbff0db3b29c5d1622d0a312fff06fe5d709905f78d542f189838f
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped Centrifuge
symbol() view returns (string)
wCFG
totalSupply() view returns (uint256)
111900338587387567459316665
version() view returns (string)
1
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
wards(address) view returns (uint256)
State-modifying
Events approve(address usr, uint256 wad) returns (bool)
burn(address usr, uint256 wad)
burnFrom(address usr, uint256 wad)
deny(address usr)
mint(address usr, uint256 wad)
move(address src, address dst, uint256 wad)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
pull(address usr, uint256 wad)
push(address usr, uint256 wad)
rely(address usr)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed src, address indexed usr, uint256 wad)
Transfer(address indexed src, address indexed dst, uint256 wad)
constructor(string symbol_, string name_)
This contract contains no fallback and receive objects.
This contract contains no error objects.