TWOPercent
Verified contract
Active on
Ethereum with 5,365 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 "TWOPercent"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20890714 | a month ago | | | 0 | 0.00018298000 | |
| 20483311 | 3 months ago | | | 0 | 0.00073704960 | |
| 19764419 | 7 months ago | | | 0 | 0.00058496000 | |
| 19325499 | 9 months ago | | | 0 | 0.0028078080 | |
| 19324313 | 9 months ago | | | 0 | 0.0021058560 | |
| 18961988 | 10 months ago | | | 0 | 0.00099443200 | |
| 16862209 | 2 years ago | | | 0 | 0.00087744000 | |
| 16768044 | 2 years ago | | | 0 | 0.0013454080 | |
| 10359265 | 4 years ago | | | 0 | 0.0016437960 | |
| 10313332 | 4 years ago | | | 0 | 0.00064901200 |
ABI
ABI objects
Getter at block 21192651
INITIAL_SUPPLY() view returns (uint256)
2500000000
crowdOwner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
TWOPercent
newOwner() view returns (address)
0xab33396ada6bbf74471c9bdc39186ae9abfb116d
owner() view returns (address)
0x852eda8eb4450cf55128f29e7df5ae96aaf25a75
paused() view returns (bool)
false
symbol() view returns (string)
TPCT
totalSupply() view returns (uint256)
2500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfCrowd(address _owner) view returns (uint256 balance)
balanceOfDef(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
getLockEndForAddr(address _address) view returns (uint256)
getLockForAddr(address _address) view returns (uint256, uint256)
getLockStartForAddr(address _address) view returns (uint256)
isMinter(address account) view returns (bool)
isOwner(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events acceptOwnership() returns (bool)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
removeMinter(address account)
removePauser(address account)
renounceMinter()
renouncePauser()
setLockForAddr(address _address, uint256 _startLock, uint256 _endLock)
transfer(address to, uint256 value) returns (bool)
transferCrowdOwner(address _newCrowdOwner)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Aborted()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenAll(bool stop)
FrozenFunds(address target, bool frozen)
LockEvent(address from, address to, uint256 startLock, uint256 endLock, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.