Megaweapon
Verified contract
Active on
Ethereum with 3,446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1ed7…7862
0xacf6…62a6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$WEAPON | ERC-20 | 7.445353B | -- | -- | |
$WEAPON | ERC-20 | 99.291177 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20858042 | a month ago | | | 0 | 0.00020501040 | |
| 20451701 | 3 months ago | | | 0 | 0.000027207583 | |
| 19847631 | 6 months ago | | | 0 | 0.00017950432 | |
| 19847630 | 6 months ago | | | 0 | 0.00014758613 | |
| 19521824 | 8 months ago | | | 0 | 0.00075011940 | |
| 19497802 | 8 months ago | | | 0 | 0.00053528529 | |
| 19204118 | 9 months ago | | | 0 | 0.00072196838 | |
| 19133864 | 9 months ago | | | 0 | 0.00063254282 | |
| 18944936 | 10 months ago | | | 0 | 0.00025968459 | |
| 18928503 | 10 months ago | | | 0 | 0.00080495598 |
ABI
ABI objects
Getter at block 21172641
decimals() view returns (uint8)
9
getStakingContract() view returns (address)
0xacf6f9f36f3ee34e7be428a015638cc97d2c62a6
name() view returns (string)
Megaweapon
stakingEnabled() view returns (bool)
false
symbol() view returns (string)
$WEAPON
totalSupply() view returns (uint256)
10000010000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
availableBalanceOf(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
getStake(address account) view returns (uint256, uint256, uint256)
isPool(address addr) view returns (bool)
isStaked(address account) view returns (bool)
stakedBalanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
failsafeETHtransfer()
failsafeTokenSwap(uint256 amount)
lockedAndLoaded(uint256 txLimit)
mint(uint256 amount, address recipient)
reconcile(address[] account, uint256[] amount, bool[] isLoss)
reduceBuyTax(uint8 newTax)
reduceSellTax(uint8 newTax)
setPool(address addr)
setStakingContract(address addr)
stake(uint256 amount, uint256 unstakeTime)
toggleStaking()
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)
Reconcile(address indexed _staker, uint256 amount, bool isLoss)
Stake(address indexed _staker, uint256 amount, uint256 stakeTime, uint256 stakeExpire)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address dev)
fallback()
receive()
This contract contains no error objects.