Token4EVER
Verified contract
Active on
Ethereum with 465 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 "Token4EVER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21429318 | 6 minutes ago | | | 0 | 0.0013105447 | |
| 21429262 | 17 minutes ago | | | 0 | 0.00045890764 | |
| 21429238 | 22 minutes ago | | | 0 | 0.00090350106 | |
| 21428844 | 2 hours ago | | | 0 | 0.00072303990 | |
| 21428786 | 2 hours ago | | | 0 | 0.00057692855 | |
| 21428786 | 2 hours ago | | | 0 | 0.0011538105 | |
| 21428757 | 2 hours ago | | | 0 | 0.0011402280 | |
| 21428578 | 3 hours ago | | | 0 | 0.00030073856 | |
| 21428527 | 3 hours ago | | | 0 | 0.00070485443 | |
| 21427803 | 5 hours ago | | | 0 | 0.00042347780 |
ABI
ABI objects
Getter at block 21429344
DOMAIN_SEPARATOR() view returns (bytes32)
0xc03b2dbece49586c158cbebd27547d024314ffe414c21216077949cd85ba953f
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=4EVERLAND, version=1, chainId=1, verifyingContract=0xe355de6a6043b0580ff5a26b46051a4809b12793, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
maxCap() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
4EVERLAND
owner() view returns (address)
0x00dc4fd485b70b435990efbcce9752623c110429
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
4EVER
totalSupply() view returns (uint256)
800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
CapExceeded(uint256 cap, uint256 amount)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)