Balances ($0.00)
No balances found for "DinoSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19484208 | 8 months ago | | | 0 | 0.0016158819 | |
| 19128079 | 10 months ago | | | 0 | 0.00065188156 | |
| 18925212 | a year ago | | | 0 | 0.00063108395 | |
| 18919095 | a year ago | | | 0 | 0.00077492617 | |
| 18225272 | a year ago | | | 0 | 0.00036287660 | |
| 18198553 | a year ago | | | 0 | 0.00023453714 | |
| 17011501 | 2 years ago | | | 0 | 0.00057597141 | |
| 16302681 | 2 years ago | | | 0 | 0.00090436155 | |
| 16298751 | 2 years ago | | | 0 | 0.00051966650 | |
| 16298734 | 2 years ago | | | 0 | 0.00097669816 |
ABI
ABI objects
Getter at block 21299109
decimals() view returns (uint8)
18
minter() view returns (address)
0x15c3a1ea1fc90b7fc07b8c12fb275271170fb143
name() view returns (string)
DinoSwap
owner() view returns (address)
0x15c3a1ea1fc90b7fc07b8c12fb275271170fb143
symbol() view returns (string)
DINO
totalSupply() view returns (uint256)
202340000000000000000000000
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)
burnDinos(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintDinos(address to, uint256 amount)
renounceOwnership()
setMinter(address newMinter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DinosBurned(address from, uint256 amount)
DinosMinted(address to, uint256 amount)
LogNewMinter(address minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address allocationsContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.