Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CURRY | ERC-20 | 116.06038 | -- | -- | |
LTT | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17063574 | 2 years ago | | | 0 | 0.00056398728 | |
| 16763405 | 2 years ago | | | 0 | 0.0010505645 | |
| 16351438 | 2 years ago | | | 0 | 0.0010014035 | |
| 15591763 | 2 years ago | | | 0 | 0.00041948100 | |
| 15530548 | 2 years ago | | | 0 | 0.00031338534 | |
| 15530526 | 2 years ago | | | 0 | 0.00033285843 | |
| 15428142 | 2 years ago | | | 0 | 0.00040310218 | |
| 15428060 | 2 years ago | | | 0 | 0.00039165652 | |
| 14865363 | 2 years ago | | | 0 | 0.00082117733 | |
| 14833238 | 2 years ago | | | 0 | 0.0016773977 |
ABI
ABI objects
Getter at block 21212039
decimals() view returns (uint8)
18
governance() view returns (address)
0xbd03b64f4583b4161340f7f309bd05cfd1360c24
name() view returns (string)
Curry
symbol() view returns (string)
CURRY
totalSupply() view returns (uint256)
49951171875000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.