Wrapped CAU
Verified contract
Active on
Ethereum with 66 txns
Balances ($0.00)
No balances found for "Wrapped CAU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19260354 | 9 months ago | | | 0 | 0.0010841871 | |
| 19004256 | 10 months ago | | | 0 | 0.0012066458 | |
| 19004252 | 10 months ago | | | 0 | 0.0020797934 | |
| 19000057 | 10 months ago | | | 0 | 0.00087081814 | |
| 18997547 | 10 months ago | | | 0 | 0.00081190565 | |
| 18902203 | a year ago | | | 0 | 0.00060808328 | |
| 18790119 | a year ago | | | 0 | 0.0021419606 | |
| 18788714 | a year ago | | | 0 | 0.0021001447 | |
| 18778910 | a year ago | | | 0 | 0.0020210883 | |
| 18778899 | a year ago | | | 0 | 0.0031662042 |
ABI
ABI objects
Getter at block 21202018
bridge() view returns (address)
0xbb26a4d5f867c12a635e31c1ea3f39425e574161
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped CAU
owner() view returns (address)
0xc28bd9ec37de1b05955e9b585575cad6d7a7ac9f
symbol() view returns (string)
CAU
totalSupply() view returns (uint256)
520000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeBridge(address newBridge)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BridgeChange(address indexed oldAddress, address indexed newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.