Superbloom Network
Verified contract
Active on
Ethereum with 3,748 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Superbloom Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163600 | 12 days ago | | | 0 | 0.00072359142 | |
| 18864545 | a year ago | | | 0 | 0.0014154723 | |
| 18864541 | a year ago | | | 0 | 0.0015907807 | |
| 18864483 | a year ago | | | 0 | 0.0011758459 | |
| 13569800 | 3 years ago | | | 0 | 0.0052087866 | |
| 12372748 | 4 years ago | | | 0 | 0.0017381121 | |
| 12346486 | 4 years ago | | | 0 | 0.0011611392 | |
| 12344118 | 4 years ago | | | 0 | 0.0018235840 | |
| 12344083 | 4 years ago | | | 0 | 0.0025528520 | |
| 12343986 | 4 years ago | | | 0 | 0.0015278880 |
ABI
ABI objects
Getter at block 21246278
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Superbloom Network
owner() view returns (address)
0x4268db879e414780c8d227328aa28b5cb16cd22d
paused() view returns (bool)
false
symbol() view returns (string)
SEED
totalSupply() view returns (uint256)
147068419000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.