Hurricane Finance
Verified contract
Active on
Ethereum with 248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hurricane Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18085623 | a year ago | | | 0 | 0.0014083334 | |
| 16650247 | 2 years ago | | | 0 | 0.0019972596 | |
| 16323643 | 2 years ago | | | 0 | 0.00054228616 | |
| 13834396 | 3 years ago | | | 0 | 0.0010587047 | |
| 12306676 | 4 years ago | | | 0 | 0.0018834930 | |
| 11900719 | 4 years ago | | | 0 | 0.0017703420 | |
| 11588144 | 4 years ago | | | 0 | 0.0076692240 | |
| 11529361 | 4 years ago | | | 0 | 0.0021205440 | |
| 11529328 | 4 years ago | | | 0 | 0.00098303400 | |
| 11529321 | 4 years ago | | | 0 | 0.0017318340 |
ABI
ABI objects
Getter at block 21190249
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
12500000000000000000000
name() view returns (string)
Hurricane Finance
symbol() view returns (string)
HCANE
totalSupply() view returns (uint256)
12238809892371840688783
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(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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(address _minter, uint256 _tradingStartTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.