SeeleToken
Verified contract
Active on
Ethereum with 46,881 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
Seele | ERC-20 | 175.930147K | -- | -- | |
WHACKD | ERC-20 | 21.549881K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
PCPie | ERC-20 | 4 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238661 | a day ago | | | 0 | 0.00041108400 | |
| 20775739 | 2 months ago | | | 0 | 0.00011720204 | |
| 20775709 | 2 months ago | | | 0 | 0.00012663348 | |
| 20453037 | 4 months ago | | | 0 | 0.000024454000 | |
| 20409083 | 4 months ago | | | 0 | 0.000024466000 | |
| 20150047 | 5 months ago | | | 0 | 0.000048080000 | |
| 20049669 | 5 months ago | | | 0 | 0.00013943200 | |
| 15700568 | 2 years ago | | | 0 | 0.00013329405 | |
| 15529064 | 2 years ago | | | 0 | 0.00061165000 | |
| 15529016 | 2 years ago | | | 0 | 0.00044038800 |
ABI
ABI objects
Getter at block 21246573
claimedFlag() view returns (bool)
true
currentSupply() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint256)
18
minter() view returns (address)
0x38e03c0750dae1671f69067e8565de2d1009ae0a
name() view returns (string)
SeeleToken
owner() view returns (address)
0x39cab0734bd8275768b5f83df2f0a33d8f0e2cb7
paused() view returns (bool)
true
symbol() view returns (string)
Seele
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
lockedBalances(address) view returns (uint256)
State-modifying
Events airdrop(address[] receipents, uint256[] tokens)
approve(address _spender, uint256 _value) returns (bool)
claimTokens(address[] receipents)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address receipent, uint256 amount, bool isLock) returns (bool)
pause()
setClaimedFlag(bool flag)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _minter, address _admin, uint256 _maxTotalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.