Walletpayin
Verified contract
Active on
Ethereum with 185 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 "Walletpayin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200956 | 15 days ago | | | 0 | 0.00073050803 | |
| 21125006 | 25 days ago | | | 0 | 0.00026967622 | |
| 21122954 | a month ago | | | 0 | 0.00074932032 | |
| 21108003 | a month ago | | | 0 | 0.00043951512 | |
| 21090741 | a month ago | | | 0 | 0.00029541788 | |
| 21089294 | a month ago | | | 0 | 0.00052198543 | |
| 21067328 | a month ago | | | 0 | 0.00064996528 | |
| 21062006 | a month ago | | | 0 | 0.00029287472 | |
| 21060314 | a month ago | | | 0 | 0.00036062961 | |
| 21044249 | a month ago | | | 0 | 0.00022063772 |
ABI
ABI objects
Getter at block 21306767
DOMAIN_SEPARATOR() view returns (bytes32)
0xdabee556eeee39f4cc05447ed072c08574d78d7f12f052f15a626df799689d45
decimals() view returns (uint8)
18
name() view returns (string)
WPAYIN
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WPI
totalSupply() view returns (uint256)
10000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.