The 4th Pillar Token
Verified contract
Active on
Ethereum with 11,539 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 "The 4th Pillar Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147140 | 2 days ago | | | 0 | 0.00037879006 | |
| 21146857 | 2 days ago | | | 0 | 0.00044769688 | |
| 21144361 | 2 days ago | | | 0 | 0.0010224551 | |
| 21132009 | 4 days ago | | | 0 | 0.00055758641 | |
| 21121148 | 6 days ago | | | 0 | 0.00018183302 | |
| 21119455 | 6 days ago | | | 0 | 0.000057026986 | |
| 21116625 | 6 days ago | | | 0 | 0.00029007314 | |
| 21106649 | 8 days ago | | | 0 | 0.00025885983 | |
| 21095487 | 9 days ago | | | 0 | 0.00028120295 | |
| 21094847 | 9 days ago | | | 0 | 0.00044852863 |
ABI
ABI objects
Getter at block 21162115
cap() view returns (uint256)
400000000000000000000000000
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
400000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
The 4th Pillar Token
owner() view returns (address)
0x4ec155995211c8639375ae3106187bff3ff5db46
paused() view returns (bool)
false
symbol() view returns (string)
FOUR
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
calculateHash(address _from, address _to, uint256 _value, uint256 _fee, uint256 _nonce) view returns (bytes32)
calculateManyHash(address _from, address[] _tos, uint256[] _values, uint256 _fee, uint256 _nonce) view returns (bytes32)
isTransactionAlreadySettled(address _from, bytes32 _calcHash) view returns (bool)
isValidSignature(address _signer, bytes32 _hash, uint8 _v, bytes32 _r, bytes32 _s) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
recoverERC20Tokens(address _erc20, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferPreSigned(address _from, address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s) returns (bool)
transferPreSignedBulk(address[] _from, address[] _to, uint256[] _values, uint256[] _fees, uint256[] _nonces, uint8[] _v, bytes32[] _r, bytes32[] _s) returns (bool)
transferPreSignedMany(address _from, address[] _tos, uint256[] _values, uint256 _fee, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s) returns (bool)
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)
TransferPreSigned(address indexed from, address indexed to, address indexed settler, uint256 value, uint256 fee)
TransferPreSignedMany(address indexed from, address indexed settler, uint256 value, uint256 fee)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.