Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "RickRolled"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15041489 | 6 months ago | | | 0 | 7.2585613e-7 | |
| 13098826 | 7 months ago | | | 0 | 4.9034463e-7 | |
| 13075417 | 7 months ago | | | 0 | 0.0000059386808 | |
| 12949921 | 7 months ago | | | 0 | 4.5821824e-7 | |
| 12909654 | 7 months ago | | | 0 | 4.7466332e-7 | |
| 12909615 | 7 months ago | | | 0 | 4.7670032e-7 | |
| 12909478 | 7 months ago | | | 0 | 4.8177213e-7 | |
| 12909359 | 7 months ago | | | 0 | 4.8516956e-7 | |
| 12860377 | 7 months ago | | | 0 | 4.6179361e-7 | |
| 12860341 | 7 months ago | | | 0 | 4.6262184e-7 |
ABI
ABI objects
Getter at block 22766885
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x39039601c4be4b30ea7c9c35feae8daf5901c29333c24d7b7f819a9f2a5b1579
decimals() view returns (uint8)
18
name() pure returns (string)
RickRolled
symbol() pure returns (string)
RICK
totalSupply() view returns (uint256 result)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address to, uint256 payment, uint256 _initialSupply)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()