100 Token
Verified contract
Active on
Ethereum with 614 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 "100 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19917483 | 6 months ago | | | 0 | 0.00050800313 | |
| 19405491 | 8 months ago | | | 0 | 0.0016097040 | |
| 19125413 | 9 months ago | | | 0 | 0.00044497143 | |
| 19105711 | 9 months ago | | | 0 | 0.00032113587 | |
| 18665332 | a year ago | | | 0 | 0.0019093834 | |
| 17945933 | a year ago | | | 0 | 0.00069412779 | |
| 17823696 | a year ago | | | 0 | 0.0013773050 | |
| 17823674 | a year ago | | | 0 | 0.0013028628 | |
| 17818892 | a year ago | | | 0 | 0.00083873964 | |
| 17791552 | a year ago | | | 0 | 0.0015989565 |
ABI
ABI objects
Getter at block 21160316
decimals() pure returns (uint8)
18
maxTransaction() view returns (uint256)
1000000001000000000
maxWallet() view returns (uint256)
1000000001000000000
name() pure returns (string)
100 Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
100
totalSupply() pure returns (uint256)
100000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address awallet) view returns (bool limits)
isUnlimited(address awallet) view returns (bool limits)
State-modifying
Events addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
setLimits(uint16 maxTransactionPermille, uint16 maxWalletPermille)
setUnlimited(address awallet, bool noLimits)
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)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.