Ethereum
Verified contract
Active on
Ethereum with 4,556 txns
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 |
---|---|---|---|---|---|
ETH | ERC-20 | 196.478229 | -- | -- | |
ETH | ERC-20 | 189.653039 | -- | -- | |
ETH | ERC-20 | 3.565646 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862323 | 2 months ago | | | 0 | 0.00092890800 | |
| 20452967 | 4 months ago | | | 0 | 0.000024483000 | |
| 20452744 | 4 months ago | | | 0 | 0.000046806000 | |
| 20145181 | 5 months ago | | | 0 | 0.000093540000 | |
| 20078569 | 6 months ago | | | 0 | 0.00080316465 | |
| 18333639 | a year ago | | | 0 | 0.00040604296 | |
| 17727179 | a year ago | | | 0 | 0.0010834740 | |
| 17627001 | a year ago | | | 0 | 0.0026312940 | |
| 17626977 | a year ago | | | 0 | 0.0029408580 | |
| 17620898 | a year ago | | | 0 | 0.0010318800 |
ABI
ABI objects
Getter at block 21295973
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Ethereum
owner() view returns (address)
0x581b3b4a95aa8c587a905eab9535f1eacb5d5050
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 amount, bytes data) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromAndCall(address from, address to, uint256 amount) returns (bool)
transferFromAndCall(address from, address to, uint256 amount, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.