InsureToken
Verified contract
Active on
Ethereum with 5,076 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INSURE | ERC-20 | 3.243378K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143118 | 17 days ago | | | 0 | 0.00094861203 | |
| 21142197 | 17 days ago | | | 0 | 0.00058654391 | |
| 20820226 | 2 months ago | | | 0 | 0.00096147319 | |
| 20765147 | 2 months ago | | | 0 | 0.00019052062 | |
| 20618916 | 3 months ago | | | 0 | 0.000056963771 | |
| 20524830 | 3 months ago | | | 0 | 0.00016547709 | |
| 20439476 | 4 months ago | | | 0 | 0.000093467962 | |
| 20421127 | 4 months ago | | | 0 | 0.00039289256 | |
| 20409389 | 4 months ago | | | 0 | 0.000039709152 | |
| 20409387 | 4 months ago | | | 0 | 0.000041607719 |
ABI
ABI objects
Getter at block 21262199
available_supply() view returns (uint256)
189105735692541856893144493
decimals() view returns (uint256)
18
emergency_minted() view returns (uint256)
0
mining_epoch() view returns (int256)
2
minter() view returns (address)
0x76e8b82ea3450fa598e5e164c7e28af172debdc0
name() view returns (string)
InsureToken
ownership() view returns (address)
0x56246e83f3148b05ce2d90b44fbb4e9fa9eaf5bb
rate() view returns (uint256)
532724505327245053
start_epoch_supply() view returns (uint256)
176399999999999999974224000
start_epoch_time() view returns (uint256)
1708656190
symbol() view returns (string)
INSURE
totalSupply() view returns (uint256)
147464836961991999543831406
total_supply() view returns (uint256)
147464836961991999543831406
Read-only
RATES(uint256) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
mintable_in_timeframe(uint256 start, uint256 end) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseAllowance(address _spender, uint256 subtractedValue) returns (bool)
emergency_mint(uint256 _amount, address _to) returns (bool)
future_epoch_time_write() returns (uint256)
increaseAllowance(address _spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _value) returns (bool)
set_minter(address _minter)
set_name(string _name, string _symbol)
set_rate(uint256 _rate)
start_epoch_time_write() returns (uint256)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
update_mining_parameters()
Approval(address indexed owner, address indexed spender, uint256 value)
SetAdmin(address admin)
SetMinter(address minter)
SetRate(uint256 rate)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateMiningParameters(uint256 time, uint256 rate, uint256 supply, int256 miningepoch)
constructor(string _name, string _symbol, address _ownership)
This contract contains no fallback and receive objects.
This contract contains no error objects.