HULK.finance
Verified contract
Active on
Ethereum with 338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HULK | ERC-20 | 2.352521K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15150733 | 2 years ago | | | 0 | 0.00020434913 | |
| 12358699 | 4 years ago | | | 0 | 0.00082530000 | |
| 12345738 | 4 years ago | | | 0 | 0.0015369750 | |
| 12345718 | 4 years ago | | | 0 | 0.0018972750 | |
| 11572588 | 4 years ago | | | 0 | 0.0016900500 | |
| 11509575 | 4 years ago | | | 0 | 0.0035135250 | |
| 11508258 | 4 years ago | | | 0 | 0.0033801001 | |
| 11505506 | 4 years ago | | | 0 | 0.0070498400 | |
| 11492496 | 4 years ago | | | 0 | 0.0016011000 | |
| 11491517 | 4 years ago | | | 0 | 0.0029072670 |
ABI
ABI objects
Getter at block 21432183
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
bigBonusOn() view returns (bool)
false
bigBonusPool() view returns (uint256)
0
bigBonusRate() view returns (uint256)
0
bigBurnBlocks() view returns (uint256)
0
bigBurnOn() view returns (bool)
false
bigBurnRate() view returns (uint256)
0
bigBurnStartBlock() view returns (uint256)
0
bonusOn() view returns (bool)
false
bonusPool() view returns (uint256)
2352520755440582670097
bonusRate() view returns (uint256)
50
burnOn() view returns (bool)
true
burnPool() view returns (uint256)
2352520755440582670097
burnRate() view returns (uint256)
50
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
100000000000000000000000
minSupply() view returns (uint256)
0
name() view returns (string)
HULK.finance
owner() view returns (address)
0x541e9e465c91d05b656a50f0cab06d5bc33824df
startBlock() view returns (uint256)
0
symbol() view returns (string)
HULK
totalSupply() view returns (uint256)
94400127760582425734583
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burnReceiverWhitelist(address) view returns (uint256)
burnSenderWhitelist(address) view returns (uint256)
calcRate(address sender, address recipient, uint256 amount) view returns (uint256, uint256, uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events addReceiverBurnWhitelist(address toAdd) returns (bool)
addSenderBurnWhitelist(address toAdd) returns (bool)
approve(address spender, uint256 amount) returns (bool)
bigBurnStart(uint256 newBigBurnBlocks, uint256 newBigBurnRate, uint256 newBigBonusRate) returns (bool)
bigBurnStop() returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
burnStart(uint256 newBurnRate, uint256 newBonusRate) returns (bool)
burnStop() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeReceiverBurnWhitelist(address toRemove) returns (bool)
removeSenderBurnWhitelist(address toRemove) returns (bool)
renounceOwnership()
sendBonus(address recipient, uint256 amount) returns (bool)
sendBonusMany(address[] recs, uint256[] amounts) returns (bool)
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)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.