Marlin
Verified contract
Proxy
Active on
Ethereum with 2,593 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Marlin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238669 | 2 days ago | | | 0 | 0.00056173246 | |
| 21238405 | 2 days ago | | | 0 | 0.00089973257 | |
| 21221974 | 5 days ago | | | 0 | 0.0014053912 | |
| 21221933 | 5 days ago | | | 0 | 0.00093439462 | |
| 21221930 | 5 days ago | | | 0 | 0.0013973443 | |
| 21215722 | 6 days ago | | | 0 | 0.0013626272 | |
| 21213275 | 6 days ago | | | 0 | 0.00050715452 | |
| 21163545 | 13 days ago | | | 0 | 0.00074996690 | |
| 21154222 | 14 days ago | | | 0 | 0.00036656911 | |
| 21102657 | 21 days ago | | | 0 | 0.00022575493 |
ABI
ABI objects
Getter at block 21256269
DELEGATION_TYPEHASH() view returns (bytes32)
0xee15044614b31d47e846313dae86ff14f14a42386a492dcc6b086cdd1600a14a
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
UNDELEGATION_TYPEHASH() view returns (bytes32)
0x3001685306e2a9f6f760b7c5c2d24b3cda3fd7534488f2cedcaf2728fb7d99d6
admin() view returns (address)
0x7f15ff03350adecbe42ea20634bca8b4f8ba5c3a
bridgeSupply() view returns (uint256)
7000000000000000000000
decimals() view returns (uint8)
18
dropBridge() view returns (address)
0x40ec5b33f54e0e8a33a975908c5ba1c14e5bbbdf
enableAllTranfers() view returns (bool)
false
name() view returns (string)
Marlin
symbol() view returns (string)
MPond
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address, address) view returns (uint96)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
isWhiteListed(address) view returns (bool)
isWhiteListedTransfer(address _address1, address _address2) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events updateAdmin(address _newAdmin)
updateLogic(address _newLogic)
addWhiteListAddress(address _address) returns (bool)
approve(address spender, uint256 rawAmount) returns (bool)
changeDropBridge(address _updatedBridge)
decreaseAllowance(address spender, uint256 removedAmount) returns (bool)
delegate(address delegatee, uint96 amount)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s, uint96 amount)
disableAllTransfers() returns (bool)
enableAllTransfers() returns (bool)
increaseAllowance(address spender, uint256 addedAmount) returns (bool)
initialize(address account, address bridge, address dropBridgeAddress)
removeWhiteListAddress(address _address) returns (bool)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
undelegate(address delegatee, uint96 amount)
undelegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s, uint96 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address contractLogic, address proxyAdmin)
fallback()
This contract contains no error objects.